18+ Devi avere 18 anni o più per giocare. BeGambleAware.org Siamo affiliati. I clic sui link possono generare una commissione.
Bonus top
Home  /  Tools  /  Bankroll planner

Bankroll planner.

Plan how long a starting bankroll will likely last at a given bet size, RTP and session length — with a recommended max bet sized to your variance.

Your session

Set the parameters of the session you are planning. Submitting refreshes the URL so the result is shareable.

h
%
Most slots sit between 94% and 97%. Live blackjack runs higher; tight 3-reel slots run lower.
Higher volatility shortens median session length and lowers survival probability.
Reset
No JavaScript required. Numbers are computed server-side when you submit. The URL contains every input — copy it to share the same scenario with someone else.
How the math works

Bankroll arithmetic, in plain English

The house edge of a game is the slice of every bet the casino keeps on average — the inverse of the published RTP. At 96% RTP the edge is 4%, meaning every euro you put in returns ninety-six cents on average and the casino keeps four. Multiply that edge by your average bet and you have your expected loss per spin. Divide your starting bankroll by that number and you have the spins you can expect before the edge eats it.

Expected is not guaranteed. Volatility is the size of the swings around that average. A high-volatility slot might leave you with the full bankroll after fifty spins, then drain it in twenty — or never pay a meaningful hit at all in your session. We use volatility to scale a survival probability: the chance your bankroll outlasts the session you planned. For a recommended max bet we cap single-spin exposure at a small fraction of your starting roll so a deep losing streak does not end the night on spin three.

None of this predicts the next spin. It tells you what is reasonable to expect across a large number of them — useful for sizing bets to a bankroll, not for chasing losses.

# house edge
house_edge = 1 − (rtp ÷ 100)
# expected loss per spin
loss_per_spin = avg_bet × house_edge
# expected spins until bankroll is gone
expected_spins = bankroll ÷ loss_per_spin
# recommended max bet (variance-aware, ~1.5% of roll for med vol)
max_bet = bankroll × (0.025 for low | 0.015 for med | 0.008 for high)