Place Your Bet

{{ $event->title }}

{{ $event->description }}

@auth
@csrf
@error('prediction')

{{ $message }}

@enderror
€
@error('amount')

{{ $message }}

@enderror

Min: €1 | Max: €{{ number_format(Auth::user()->balance, 2) }} | Your Balance: €{{ number_format(Auth::user()->balance, 2) }}

Estimated Returns (If Correct)
Estimated Payout: €0.00
Market Fee (2%): -€0.00
Net Return: €0.00
Current Pool
Total Pool €{{ number_format($event->total_yes_amount + $event->total_no_amount, 2) }}
@php $totalPool = $event->total_yes_amount + $event->total_no_amount; $yesPercentage = $totalPool > 0 ? ($event->total_yes_amount / $totalPool) * 100 : 50; @endphp
{{ round($yesPercentage) }}% Yes (€{{ number_format($event->total_yes_amount, 2) }}) {{ 100 - round($yesPercentage) }}% No (€{{ number_format($event->total_no_amount, 2) }})
@else

Login Required

You need to be logged in to place bets on events.

Login to Continue
@endauth
@auth
@endauth