Portfolio Value
Active Bets
{{ $bets->where('status', 'Active')->count() }}
Win Rate
{{ $bets->whereIn('status', ['Won', 'Lost'])->count() > 0 ? round(($bets->where('status', 'Won')->count() / $bets->whereIn('status', ['Won', 'Lost'])->count()) * 100, 1) : 0 }}%
{{ $bet->prediction }}
{{ $bet->created_at->format('M d, Y') }}
{{ $bet->created_at->format('H:i A') }}
Start by placing your first bet on any active market to see your betting history here.