Turnover in iGaming: Definition, Formula and What It Tells You About Volume
Turnover (also called Total Stakes or Handle) is the total amount wagered by players over a period. It is the volume metric of iGaming, the denominator that GGR sits on top of and the headline number for sportsbook trading. Some jurisdictions tax operators on turnover rather than…
iGaming Glossary · Category: Financial & Performance Metrics · Relevant for: Trading, Finance, Executive, Affiliate
TL;DR
Turnover (also called Total Stakes or Handle) is the total amount wagered by players over a period. It is the volume metric of iGaming, the denominator that GGR sits on top of and the headline number for sportsbook trading. Some jurisdictions tax operators on turnover rather than GGR, which makes the metric structurally critical and not just informational.
Formula
In its simplest form:
There are no deductions in the calculation itself. The complexity sits in scope: which bets count, how cash-out and re-bet activity is treated, whether free-bet stake is included, how partial settlements affect the count.
A typical warehouse-level aggregation looks like this:
Warehouse-level aggregationSELECT
COUNT(*) AS bet_count,
SUM(stake) AS turnover,
AVG(stake) AS avg_stake
FROM bets
WHERE bet_date BETWEEN :start AND :end
AND bet_status IN ('settled', 'open');Casino turnover is calculated similarly, with each spin or hand contributing its stake. Live casino, slots and table games all roll up into the same metric, though most operators slice them by game category for analytical purposes.
Why it matters in iGaming
Turnover answers the volume question that GGR alone cannot. Two operators with the same GGR can have very different turnover, and the difference reveals fundamentally different businesses. High-turnover, low-margin operators run a velocity model. Low-turnover, high-margin operators run a margin model. Both are valid, but they require different operational disciplines and different risk controls.
Different teams read turnover for different reasons:
- Trading uses turnover as the primary volume signal and the input to hold percentage analysis.
- Finance tracks turnover for tax filings (especially in turnover-tax jurisdictions) and for liquidity planning.
- Affiliates negotiate deals against turnover-based KPIs in some markets, particularly for sportsbook.
- Executives use turnover trend as a proxy for player engagement that is independent of short-term margin variance.
Turnover also exposes one of the trickier organisational debates in iGaming. Marketing teams celebrate turnover growth as a sign of acquisition success. Finance can see the same growth as exposure to tax. The honest reading depends on which jurisdictions and which products generated the volume.
Common mistakes and how teams get turnover wrong
Confusing turnover with revenue. Turnover is volume. Revenue is margin on volume. The error tends to flow from communication to non-analyst audiences who hear large turnover numbers and assume they translate proportionally to profit.
Inconsistent free-bet inclusion. A free-bet stake is not real money the player risked. Including it in turnover inflates the number. Excluding it understates the activity it represents. The right answer is to track both with explicit naming and pick one for each reporting use case.
Counting cash-out and re-bet as new turnover. When a player cashes out and re-stakes, depending on the system this can either count as one bet or two. Inconsistent treatment leads to comparisons across periods that are not actually comparable.
Aggregating casino spins with sportsbook stakes. Casino spins generate enormous turnover with very different margin economics than sportsbook stakes. Reporting one combined turnover figure across both is technically valid but rarely useful for any decision.
Reading turnover growth as a quality signal. Turnover can grow because of high-margin recreational activity (good) or because of low-margin sharp arbitrage activity (bad). The metric needs to be read alongside hold percentage and customer mix to mean anything.
Healthy ranges and benchmarks
Turnover has no benchmark in absolute terms. Useful framings:
- Turnover-to-deposit ratio shows how many times each deposited euro is wagered before withdrawal, a strong engagement signal.
- Turnover-per-active-player tracks player engagement intensity over time.
- Casino turnover typically dwarfs sportsbook turnover at most operators because of slot spin frequency, but sportsbook turnover converts to GGR at very different rates.
- Sharp customer cohorts run dramatically higher turnover-to-GGR ratios than recreational cohorts. This is one of the cleanest customer-quality signals available.
These are directional patterns based on industry observation, not strict benchmarks. Within a single operator, the most useful comparison is turnover trend over time alongside hold percentage and customer mix.
Related metrics and concepts
How Gamblitude handles turnover
In Gamblitude, turnover is a governed Metric with explicit rules for free-bet inclusion, cash-out treatment and product-line attribution. The same definition flows into dashboards, AI Agent answers and Insight Radar alerts. Variants such as Sportsbook Turnover, Casino Turnover, Pre-Match Turnover, In-Play Turnover and Real-Money Turnover (excluding free bets) coexist as separate Metrics, so each team works with the right view without ambiguity.
FAQ
Yes. Handle is the term commonly used in US sportsbook reporting. Turnover is the term used across most other markets. Both refer to total amount wagered. Total Stakes is a third synonym used in technical and warehouse contexts.
There is no universal answer. Operators report both real-money turnover (excluding free bets) and total turnover (including them). Affiliate contracts often specify which definition applies. The key is to track both with clear naming and choose the right one for each reporting purpose.
It is a regulatory choice. Some jurisdictions (historically including parts of Asia and several emerging markets) tax operators on total stakes regardless of payouts. Turnover-based taxation is generally considered less efficient for margin economics, but it simplifies regulatory enforcement.
When a player cashes out, the original bet is settled and a new bet is not typically created. Cash-out itself does not add to turnover. If a player then places a fresh bet with the cashed-out balance, that becomes new turnover. Inconsistent treatment of partial cash-outs is one of the more common sources of week-on-week noise in reporting.
Slot machines spin at very high frequency, often several spins per minute. A single player session can generate hundreds of bets, each contributing to turnover. Sportsbook bets are placed at far lower frequency. The numbers are not directly comparable across products.
Further reading
Found a mistake or want a term added to the iGaming Glossary? Let us know.
Browse the complete glossary or see how governed definitions work across dashboards, reports, alerts and AI answers.
