House Edge in iGaming: Definition, Formula and How It Sets Casino Profitability
House edge is the long-run statistical advantage a casino game holds over the player, expressed as a percentage of the wagered amount. It is the casino-side equivalent of sportsbook hold and the structural driver of casino GGR. Game providers set house edge through game mathematics.…
iGaming Glossary · Category: Financial & Performance Metrics · Relevant for: Casino, Trading, Finance, Executive
TL;DR
House edge is the long-run statistical advantage a casino game holds over the player, expressed as a percentage of the wagered amount. It is the casino-side equivalent of sportsbook hold and the structural driver of casino GGR. Game providers set house edge through game mathematics. Operators rarely change it, but they manage exposure to it through game mix and player segmentation.
Formula
In its simplest form:
RTP (Return to Player) is the long-run share of stakes returned to players as winnings. A slot with 96 percent RTP has 4 percent house edge. A blackjack table with optimal play might deliver under 1 percent house edge. The metric is set by game mathematics and is independent of any single player's outcome.
From an operator perspective, realised house edge over a period is calculated as:
Warehouse-level aggregationSELECT
SUM(stake - payout)
* 1.0 / NULLIF(SUM(stake), 0) AS realised_house_edge
FROM rounds
WHERE round_date BETWEEN :start AND :end
AND game_id = :game_id;Realised house edge converges to theoretical house edge over very large samples. For a typical slot game, this convergence requires millions of spins. For a high-volatility game, even more.
Why it matters in iGaming
House edge is the foundation of casino economics. It determines the long-run GGR contribution of every game in the portfolio. Game providers compete on game design, but the underlying house edge is the structural margin. Operators decide which games to feature, in what mix, at what payout terms, and that game-mix decision defines casino profitability over time.
Different teams read house edge differently:
- Casino teams use it to evaluate new game performance and to construct game-mix strategies that balance margin with player engagement.
- Trading and Risk teams use realised house edge by player to flag advantage play and bonus abuse.
- Finance models GGR forecasts from expected house edge applied to forecast turnover.
- Compliance reviews regulatory disclosures of RTP, which is the public-facing inverse of house edge.
House edge is also one of the few metrics where the player's mathematical understanding directly affects business outcomes. In games of skill (blackjack, video poker), suboptimal play raises effective house edge meaningfully. Operators that ignore this overestimate margin from skill games.
Common mistakes and how teams get house edge wrong
Treating theoretical house edge as guaranteed weekly margin. Theoretical house edge is a long-run statistical expectation. On any given week, especially for high-volatility games, realised margin can be much higher or much lower. Forecasting weekly GGR off theoretical house edge produces noisy budgets.
Confusing house edge with hold percentage. House edge is a per-bet statistical property of a game. Hold percentage in casino contexts also factors in player behaviour like reloading from balance, which can produce realised hold above the underlying house edge for the same period.
Ignoring volatility differences. Two slots with identical house edge can have wildly different volatility profiles. High-volatility games swing GGR around much more, even when theoretical margin is matched. Analysing house edge without volatility is half the picture.
Forgetting bonus impact. Bonus play distorts realised house edge. Wagering requirements, free spins and cashback all affect the realised player return for the same underlying game configuration. Operators that report aggregate house edge without separating bonus play overstate or understate game performance.
Treating skill games like slots. Blackjack and video poker have published house edge under optimal play. Most players play suboptimally, which raises effective house edge, sometimes meaningfully. Reporting nominal house edge for skill games understates realised margin.
Healthy ranges and benchmarks
House edge varies by game type. Directional patterns commonly seen in regulated markets:
- Online slots typically run with house edge in the low to mid single digits, with most regulated markets requiring published RTP between 92 and 97 percent.
- European roulette has a structural house edge of approximately 2.7 percent. American roulette runs around 5.3 percent.
- Blackjack with optimal play can run below 1 percent house edge, but realised edge against typical players is meaningfully higher.
- Live casino games tend to run with similar house edge to their land-based equivalents, with provider-specific variations.
- Video poker, slot tournaments and certain niche games have specific structures that warrant individual analysis rather than category averages.
These are commonly observed ranges, not strict benchmarks. Specific RTP and house edge values are set by game providers and disclosed to regulators.
Related metrics and concepts
How Gamblitude handles house edge
In Gamblitude, house edge is tracked at the game level as an Attribute, with both theoretical (provider-disclosed RTP-derived) and realised (computed from operator data) values. Casino teams use this in dashboards to monitor convergence over time, identify games that are underperforming versus their theoretical margin and detect outliers that might signal advantage play or game configuration issues. Insight Radar surfaces meaningful realised-versus-theoretical drift before it becomes a structural problem.
FAQ
Closely related but not identical. House edge is a structural property of a game, calculated as 1 minus RTP. Hold percentage is the operator-side realised margin over a period, which converges to house edge over very large samples but can deviate meaningfully on shorter windows or specific player segments.
Generally no. House edge is set in the game mathematics by the provider and certified through testing labs. Operators choose which games to offer, sometimes selecting between multiple RTP variants of the same game (e.g. 96 percent and 94 percent versions of a popular slot), but they do not alter the underlying mathematics.
RTP disclosure exists for player protection. It tells the player the long-run return they can expect from a game, allowing informed choice. Most regulated markets require RTP to be disclosed in the game itself or in operator help pages. Some markets impose minimum RTP requirements (commonly above 92 percent) for online slots.
Volatility describes the spread of outcomes around the expected return. A high-volatility slot with 96 percent RTP can return zero on most spins and pay out large amounts occasionally. A low-volatility slot with the same RTP pays out more frequently in smaller amounts. House edge is the same. The player and operator experience are very different.
No. Slots have no skill component. Each spin is independent and the long-run return is determined entirely by the game mathematics. Skill matters in games like blackjack, video poker and certain table games. In these, optimal play converges to the published house edge, and suboptimal play produces realised edge meaningfully higher than nominal.
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.
