Middle Calculator
Calculate the profit, worst-case cost, and expected value of a middle: two bets on the same game at different lines that can both win.
Bets
Bet A (Book 1)
Bet B (Book 2)
Estimated Outcome Probabilities
Results
Middle Calculator
A tool for evaluating "middles" - a pair of bets on the same game, placed at different sportsbooks with different lines, that can both win if the final result lands between them.
What Is a Middle?
Unlike arbitrage (where the two bets are priced so at least one always wins and the combination is risk-free), a middle is a bet where both sides can win if the result lands in a specific window, but one side loses if it lands outside that window. Middles trade a small, capped downside for a shot at a much larger payout.
Classic Example
- Book A: Over 47 (total points) at -110
- Book B: Under 49.5 (total points) at -105
If the final total is 48 or 49, both bets win - that's the middle. If the total is 50+, only the Over wins. If the total is 46 or fewer, only the Under wins.
How the Calculator Works
- Enter the odds and stake for each side of the middle.
- Enter your own estimate of three probabilities: the chance the result lands in the middle (both win), the chance only Bet A wins, and the chance only Bet B wins (auto-derived as the remainder).
- The calculator computes the profit in each of the three scenarios, the guaranteed worst case, and the probability-weighted expected value.
This calculator does not source live lines, box scores, or historical scoring distributions - the probability inputs are your own handicapping judgment.
Formulas
Decimal Odds = odds > 0 ? odds/100 + 1 : 100/|odds| + 1
Profit A = Stake A * (Decimal A - 1)
Profit B = Stake B * (Decimal B - 1)
Middle Profit (both win) = Profit A + Profit B
Bet-A-Only Profit (B loses) = Profit A - Stake B
Bet-B-Only Profit (A loses) = Profit B - Stake A
Worst Case = Min(Bet-A-Only Profit, Bet-B-Only Profit)
Expected Value = P(middle) * Middle Profit
+ P(A only) * Bet-A-Only Profit
+ P(B only) * Bet-B-Only Profit
Why the Worst Case Matters More Than the Middle Payout
New middle bettors often anchor on the big "both bets win" number and underweight the far more common outcome: only one side hits. A good middle isn't just one with a wide window - it's one where the worst-case loss is small and known in advance, so the occasional big middle-hit more than pays for the frequent small misses. Always check the worst-case number before evaluating the play, and compare it against the Arbitrage Calculator to see whether a true no-lose arb is available instead.
Where Middles Come From
Middles appear when sportsbooks move their lines independently in response to different betting action, or when one book is simply slower to react to news or sharp money than another. Shopping the same market across several books - and tracking line movement over time - is how middle opportunities are usually found; this calculator only evaluates a middle once you've already identified one.