Casino & Games B06 / 07

Bet Distribution in iGaming: Definition, What It Reveals and Why It Matters Beyond Average Bet

Bet Distribution is the shape of how stakes are spread across the player base or across betting events, typically expressed through percentile views (median, p75, p95, p99). It reveals what average bet size hides: the difference between a casino with broad-based casual play and one…

iGaming Glossary · Category: Casino & Games · Relevant for: Casino, Trading, Risk, CRM

iGaming GlossaryCasinoTradingRiskCRM

TL;DR

Bet Distribution is the shape of how stakes are spread across the player base or across betting events, typically expressed through percentile views (median, p75, p95, p99). It reveals what average bet size hides: the difference between a casino with broad-based casual play and one heavily dependent on a few high-stake VIPs. The same average bet size can describe radically different operations, and bet distribution is the metric that exposes the difference.

Mechanics 02

How it works

Bet distribution is computed by sorting bets (or per-player average bets) by stake size and reporting key percentile values. Common views:

  • Median bet (p50): the typical bet, less affected by outliers than the mean.
  • p75 and p25: the middle range of betting activity, capturing typical player behaviour.
  • p95 and p99: the high-end tails capturing VIP and whale activity.
  • Maximum bet: extreme outliers, useful for risk views.

A typical warehouse-level distribution view:

Warehouse-level aggregationSELECT
APPROX_QUANTILES(stake, 100)[OFFSET(50)] AS p50,
APPROX_QUANTILES(stake, 100)[OFFSET(75)] AS p75,
APPROX_QUANTILES(stake, 100)[OFFSET(95)] AS p95,
APPROX_QUANTILES(stake, 100)[OFFSET(99)] AS p99,
AVG(stake) AS mean_stake
FROM bets
WHERE bet_date BETWEEN :start AND :end
AND is_real_money = TRUE;
Business context 03

Why it matters in iGaming

Bet distribution is the single best metric for understanding the structural shape of an operator's betting activity. Two casinos with identical average bet sizes can have radically different distributions: one with median close to mean (broad-based play) and one with median far below mean (concentrated whale-driven activity). The implications for liability, customer concentration, retention strategy and regulatory exposure are completely different.

Different teams care about distribution differently:

  • Trading uses tail percentile views (p95, p99) to identify large-stake activity that warrants risk attention.
  • Risk treats high-tail concentration as a portfolio risk signal.
  • CRM uses distribution patterns for player segmentation and lifecycle treatment.
  • Compliance reviews extreme tail activity for affordability concerns and source-of-funds verification triggers.
  • Executive teams compare distribution shapes across markets and brands as a positioning signal.

Bet distribution is also the metric most distorted by reporting through means alone. A casino reporting average bet size of 50 EUR could be averaging across players betting 2 EUR each except for a handful betting 5,000 EUR each. The mean is mathematically correct but operationally misleading. Median and percentile views correct this.

Failure modes 04

Common mistakes and how teams get bet distribution wrong

Reporting only mean bet size. Bet size distributions in iGaming are heavily right-skewed. Mean is dragged upward by a small share of high-stake activity. Reporting mean alone misleads about typical behaviour. Median and percentile views correct this.

Aggregating across very different products. Slot bet distribution and sportsbook bet distribution have structurally different shapes. Live casino runs different distributions than slots. Aggregating across products produces averages without operational meaning.

Ignoring time variation. Distribution shifts over time as customer mix changes. Sportsbook distributions spike around major tournaments. Casino distributions follow weekly and monthly cycles. Static snapshot views miss these dynamics.

Currency normalisation issues. Multi-currency operators that aggregate distribution data without proper conversion at consistent rates produce noisy distributions driven by FX rather than behaviour.

No customer-cohort segmentation. VIP cohort distribution is structurally different from casual cohort distribution. Aggregating both into single distribution views hides patterns that matter for differentiated treatment.

What good looks like 05

Healthy patterns and what good looks like

Bet distribution practices observed in mature operators:

  • Distribution views with explicit median, p75, p95, p99 alongside mean.
  • Product-segmented distributions (slots, sportsbook, live casino as separate views).
  • Customer-cohort segmented distributions distinguishing casual, regular and VIP players.
  • Time-series distribution tracking exposing shifts over weeks and months.
  • Tail percentile views feeding into trading risk and compliance workflows.
  • Currency-normalised distributions for multi-currency operators.
Gamblitude 07

How Gamblitude handles bet distribution

In Gamblitude, bet distribution is exposed as a governed analytical view with full percentile breakdown alongside mean and median. Per-product variants (Slots Distribution, Live Casino Distribution, Sportsbook Distribution) and per-cohort variants (VIP Distribution, Casual Distribution) coexist as separate views. Time-series tracking shows distribution evolution. Insight Radar surfaces meaningful drift in distribution shape, often catching customer-mix shifts before they appear in aggregate metrics.

Explore AI for iGaming ↗
Questions 08

FAQ

Because bet size distributions are heavily right-skewed in iGaming. A small share of high-stake activity pulls the mean upward dramatically. Mean alone tells you the total stake divided by bet count; it doesn't tell you what a typical bet looks like. Median and percentile views together describe distribution shape that mean alone hides.

Both, with explicit naming. Mean is useful for total-volume reasoning. Median better describes typical player behaviour. The gap between them tells you how concentrated activity is. Reports that publish both, clearly labelled, give richer signal than either alone.

Significantly. Even a small share of VIPs can stretch the upper tail of bet distribution dramatically. Mean is heavily influenced by VIP activity; median typically much less. Operators tracking only mean see VIP-driven movement they may attribute to general player base trends.

Carefully. Cross-operator comparison requires alignment on product mix, market and customer-cohort definitions. Distribution shape is a useful comparison signal when these are aligned, but raw distribution comparisons across very different operators often mislead more than they inform.

Yes. A heavily skewed distribution suggests dependence on a small share of customers; a flatter distribution suggests broader engagement. Different positioning strategies suit each profile. Operators with very narrow distributions sometimes target product diversification to broaden engagement; those with very flat distributions sometimes invest in VIP development to grow tail value.

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.