Financial & Performance Metrics B01 / 03

Margin in iGaming: What Operators Mean (and Often Confuse)

Margin in iGaming is the share of stakes the operator keeps as gross revenue, expressed as a percentage. Sounds simple, except the word "margin" means at least four different things in iGaming conversations: implied margin priced into a market, theoretical margin built into a casino…

iGaming Glossary · Category: Financial & Performance Metrics · Relevant for: Trading, Finance, Executive

iGaming GlossaryTradingFinanceExecutive

TL;DR

Margin in iGaming is the share of stakes the operator keeps as gross revenue, expressed as a percentage. Sounds simple, except the word "margin" means at least four different things in iGaming conversations: implied margin priced into a market, theoretical margin built into a casino game, realised hold percentage and net margin after costs. The wrong margin in the wrong meeting is a recurring source of confusion.

Mechanics 02

Formula

There is no single formula because there is no single margin. The four definitions you will encounter:

Implied Margin (sportsbook) = (Sum of implied probabilities across outcomes) - 1
Theoretical Margin (casino) = 1 - RTP
Realised Margin (a.k.a. Hold Percentage) = GGR / Turnover
Net Margin = NGR / Turnover (or NGR / GGR depending on context)

All four are valid uses of the word margin. They mean very different things. Trading uses implied margin and hold. Casino uses theoretical margin and house edge. Finance uses net margin. The same person sitting in different meetings often uses the same word for different concepts in the same week.

A typical warehouse-level realised margin aggregation:

Warehouse-level aggregationSELECT
SUM(stakes - winnings)
* 1.0 / NULLIF(SUM(stakes), 0) AS realised_margin
FROM bets
WHERE settled_date BETWEEN :start AND :end;
Business context 03

Why it matters in iGaming

Margin is the language of profitability. It is also the most overloaded word in the iGaming vocabulary. Trading teams pricing a football match talk about overround margin. Casino teams certifying a new slot talk about theoretical margin. Finance teams reporting to the board talk about net margin. All three use the same word and mean three different things.

The practical consequence is that any conversation about margin needs disambiguation upfront. Without it, decisions get made on misread numbers. Examples:

  • Trading reports a 6 percent margin (implied). Marketing celebrates and budgets for 6 percent realised hold. The realised number lands at 4 percent and budgets miss.
  • Casino reports 4 percent theoretical margin on a slot. Finance models 4 percent realised margin and overestimates GGR for the period. The realised number is lower because of bonus play.
  • Finance discusses "net margin growth". Half the room hears NGR/GGR. The other half hears NGR/Turnover. The numbers are very different.
Failure modes 04

Common mistakes and how teams get margin wrong

Using margin without specifying which margin. The single biggest source of error. Always pair the word margin with a qualifier: implied margin, theoretical margin, realised margin, net margin.

Comparing implied to realised on short windows. Implied margin is what you priced. Realised margin is what you got. They converge only over very large samples. On a single weekend or for a single sport, they can diverge by several percentage points and both be correct.

Treating theoretical RTP as a delivery promise. RTP is the long-run statistical expectation. Realised return for any given player session can vary wildly. Communicating theoretical margin to non-technical stakeholders without this caveat creates wrong expectations about week-to-week performance.

Applying casino-style margin thinking to sportsbook (and vice versa). Sportsbook margin is event-driven and customer-mix-sensitive. Casino margin is statistically determined by game configuration. Importing reasoning from one into the other leads to wrong conclusions about variance and predictability.

Reporting one margin and budgeting against another. Operators that target a margin in financial planning need to specify which margin. Targeting implied margin while measuring net margin is a recipe for missed budgets and confused boards.

What good looks like 05

Healthy ranges and benchmarks

Margin ranges depend entirely on which margin and which product. Directional patterns:

  • Sportsbook implied margin (overround) on mainstream singles often sits in the low-to-mid single digits per market, but bet builders and exotic markets price meaningfully higher.
  • Casino theoretical margin (1 minus RTP) typically sits in the low single digits for most slot games, with table games structured similarly through house edge.
  • Realised hold for a balanced book often sits below implied margin because of customer behaviour and product mix.
  • Net margin (NGR-to-GGR) varies widely by jurisdiction tax rate and bonus policy, typically sitting between 50 and 75 percent for mature operators.

These are directional ranges based on industry observation, not strict benchmarks. The right comparisons happen within an operator and product line, not across them.

Gamblitude 07

How Gamblitude handles margin

In Gamblitude, every variant of margin is explicitly defined as a separate governed Metric with naming that prevents conflation: Implied Margin, Theoretical Margin, Realised Margin (Hold), Effective Margin (post-bonus) and Net Margin. Each has clear ownership, a documented formula and an audit trail. Reports, AI Agent answers and dashboards reference these distinct metrics by name, so a margin discussion never starts with "which margin do you mean?".

Explore Finance analytics ↗
Questions 08

FAQ

Hold is one specific kind of margin: the realised gross margin on stakes for a sportsbook. The word margin is broader and covers implied margin, theoretical margin, realised margin and net margin. In a sportsbook context, "margin" and "hold" are often used interchangeably for the realised number, but in cross-functional discussions the broader term causes more confusion than it saves.

Casino margin is structurally fixed by game configuration. A slot with 96 percent RTP has 4 percent theoretical margin, by design. Realised margin converges to this over large volumes. Sportsbook margin is dynamic, driven by pricing decisions and customer behaviour. The same trader pricing the same league can deliver very different realised margins across seasons.

Both, with explicit naming. Gross margin tells you how the trading or casino operation performed on its own merits. Net margin (or effective margin) tells you what the business actually retained after promotional spend. Reporting only one creates blind spots.

A book with a high share of recreational customers tends to deliver realised margins close to implied margin. A book that attracts sharp customers can underperform implied margin meaningfully. Customer mix is one of the largest hidden drivers of realised margin and is rarely visible without explicit cohort analysis.

No. Margin is a percentage. Profit is the absolute number that margin produces when applied to volume. A high margin on low volume can produce less profit than a lower margin on high volume. Both metrics matter, and conflating them is one of the more avoidable sources of strategy errors.

Explore next 09

Further reading

Keep the glossary useful

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.