Change token odds display to group same odds

Right now the token odds are a little bit hard to read. Odds change from row to row.
If the odds were subgrouped by Featured then Rarity, it would look nicer and be easier to read.
Eg: Make this change: (odds made up for example)
                      1         10/42
Thor***            2.7%          3.0%
Magento**          8.4%          8.1%
Psylocke***        2.7%          3.0%
Torch**            8.4%          8.1%
R&G***             2.7%          3.0%
OBW**              8.4%          8.1%
Non-Featured
Captain Marvel**  12.7%         11.2%
Torch***           1.2%          1.3%
Thor****           0.2%          0.2%
Storm**           12.7%         11.2%
Black Panther***   1.2%          1.3%
Magneto***         1.2%          1.3%
Thor**            12.7%         11.2% 
...

TO:
                      1         10/42
Thor***            2.7%          3.0%
Psylocke***        2.7%          3.0%
R&G***             2.7%          3.0%
Magento**          8.4%          8.1%
Torch**            8.4%          8.1%
OBW**              8.4%          8.1%
Non-Featured
Captain Marvel**  12.7%         11.2%
Thor**            12.7%         11.2%
Storm**           12.7%         11.2%
...
Torch***           1.2%          1.3%
Black Panther***   1.2%          1.3%
Magneto***         1.2%          1.3%
...
Thor****           0.2%          0.2%
...
The 2nd chart is way easier to read.