Overround (Vigorish) in iGaming: Definition, Formula and How Trading Reads It
Overround is the implied margin that a sportsbook builds into its prices for a given market, calculated as the sum of the implied probabilities across all outcomes minus 100 percent. It is the upstream cousin of hold percentage. Overround tells you what the book priced. Hold tells…
iGaming Glossary · Category: Sportsbook & Trading · Relevant for: Trading, Risk, Executive
TL;DR
Overround is the implied margin that a sportsbook builds into its prices for a given market, calculated as the sum of the implied probabilities across all outcomes minus 100 percent. It is the upstream cousin of hold percentage. Overround tells you what the book priced. Hold tells you what the book got. Trading teams read overround as the structural margin signal that should, on average and over very large samples, materialise as realised hold.
Formula
In its simplest form for a two-way market:
For markets with more outcomes (three-way, multi-outcome), the principle generalises:
If the implied probabilities sum to 1.05, the overround is 5 percent: that is the structural margin priced into the market. Lower overround means tighter, more competitive pricing; higher overround means more margin built into the prices.
A typical warehouse-level aggregation across markets:
Warehouse-level aggregationSELECT
market_id,
sport_id,
SUM(1.0 / decimal_odds) - 1.0 AS overround
FROM market_outcomes
WHERE market_status = 'open'
AND priced_at = :snapshot_time
GROUP BY market_id, sport_id;Why it matters in iGaming
Overround is the lever traders pull to set sportsbook profitability. Tighter overround attracts sharper customers and produces lower realised hold. Wider overround protects margin but loses competitive bets to recreational books with better prices. Every market on every sportsbook is the result of a margin choice, and overround is the visible expression of that choice.
Different teams read overround differently:
- Trading sets overround per market and adjusts based on liability, customer mix and competitor pricing.
- Risk monitors overround drift across markets as a leading indicator of pricing or liability stress.
- Executives compare overround across sports as a portfolio strategy signal: tight pricing on flagship markets, wider margin on long-tail markets.
- Affiliates and price-comparison sites use overround to rank sportsbooks for their audiences, with tighter books winning the value-conscious traffic.
Overround also signals the operator's positioning. Sharp books (those targeting professional bettors and value-seekers) run tight overrounds across most markets. Recreational books run wider overrounds and rely on customer mix to deliver profitable hold despite individual prices being less competitive. Both models exist; both are valid; the overround pattern reveals which one a book is running.
Common mistakes and how teams get overround wrong
Confusing overround with hold. Overround is the priced-in margin. Hold is the realised margin. They converge over very large samples but can diverge meaningfully on shorter windows or specific customer cohorts. Reporting one as if it were the other produces wrong conclusions about trading performance.
Aggregating overround across very different markets. Three-way football markets run different overrounds than two-way tennis markets, and bet builder markets run dramatically higher overrounds than singles. A blended overround number masks the structural shape of book margin. Market-level and sport-level overround is more informative.
Reading overround without competitive context. An overround of 4 percent on Champions League winner is meaningfully different in a market where competitors run 3 percent versus a market where competitors run 7 percent. Without competitive benchmarking, the absolute number tells you less than you think.
Static overround without liability adjustment. Books that price all outcomes at the same overround regardless of liability concentrate risk on single sides. Margin shading (asymmetric overround applied to balance liability) is a basic trading discipline, not an exotic one.
Treating short-window overround drift as performance. Overround can drift through the lifecycle of a market as new information arrives and prices update. The ending overround at settlement reflects the journey, not just the trader's initial choice. Reading instantaneous overround as final margin is misleading.
Healthy ranges and benchmarks
Overround varies dramatically by sport, market type and operator positioning. Directional patterns:
- Mainstream football match-result markets typically run overrounds in the low-to-mid single digits at competitive sportsbooks.
- Tennis markets typically run tighter overrounds than football, often in the low single digits for top-tier matches.
- Bet builders, same-game multis and exotic accumulators run dramatically higher overrounds, often well into double digits, because correlated outcomes give the book more pricing freedom.
- Long-tail markets (player props, niche leagues) typically run wider overrounds because liquidity is thinner and pricing is harder.
- In-play overrounds tend to run wider than pre-match because pricing must update continuously against fast-moving information.
These are directional patterns based on industry observation, not strict benchmarks. The most useful comparisons happen within an operator across markets, sports and time.
Related metrics and concepts
How Gamblitude handles overround
In Gamblitude, overround is exposed as a governed Metric across sports, leagues, market types and time slices. The platform supports both snapshot overround (instantaneous priced margin at a point in time) and lifecycle overround (the path of margin from market open to settlement). Trading teams use these views to evaluate pricing performance, identify liability-driven shading patterns and compare against competitive benchmarks where available. Insight Radar surfaces meaningful drift in overround that often signals trading anomalies before they show up in realised hold.
FAQ
Yes, in pre-match and pre-event pricing context. Overround, vigorish (vig), juice and bookmaker's margin are all terms for the same concept: the implied margin built into the prices of a market. Different markets and different traditions favour different terms, but the underlying calculation is identical.
Because the outcomes in a bet builder are correlated. A bet that combines "Team A wins" with "Team A scores first" is not two independent events; the second is more likely if the first is true. The book has more pricing freedom on correlated combinations, which translates into higher overround that recreational customers rarely calculate.
Overround is what the book priced. Hold is what the book actually retained after settlement. The two converge over very large volumes of recreational customer activity but can diverge meaningfully when sharp money enters the book or when results favour the public side. Trading teams track both side by side.
Generally yes, because sharp books target value-seeking customers who price-shop across operators. Tight overround attracts that audience but produces lower realised margin per bet. Recreational books run wider overrounds and rely on customer mix and bonus-driven engagement rather than competitive pricing.
In normal markets, no. A negative overround would mean the implied probabilities sum to less than 1, which would create an arbitrage opportunity for any bettor combining all outcomes. Promotional pricing (price boosts, enhanced odds) can produce effectively negative margin on individual bets, but such promotions are bounded by stake limits and time.
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.
