{#each betModes as { value, label }} {/each}
{#if isBetAmountNegative}

This must be greater than or equal to 0.

{:else if isBetExceedBalance}

Can't bet more than your balance!

{/if}
{#if betMode === BetMode.AUTO}

Enter '0' for unlimited bets.

{#if autoBetInput === 0} {/if}
{#if isAutoBetInputNegative}

This must be greater than or equal to 0.

{/if}
{/if}

{$isGameSettingsOpen ? 'Close' : 'Open'} Game Settings

{$isLiveStatsOpen ? 'Close' : 'Open'} Live Stats