@foreach(json_decode($bet->win_items) as $i)
@if($i->rarity == 'restricted')
@endif
@if($i->rarity == 'covert')
@endif
@if($i->rarity == 'classified')
@endif
@if($i->rarity == 'milspec')
@endif
@if($i->rarity == 'uncommon')
@endif
@if($i->rarity == NULL)
@endif
@if($i->rarity == 'common')
@endif
@if($i->rarity == 'rare')
@endif
@endforeach