desk online uptime: 99.98%data freshness: 12smarkets tracked: 1,847books polled: 26
oddscipher
/ guides / value betting & EV

Value betting and expected value: the arithmetic that decides whether a price is worth taking

expected value · fair line · the edge, defined

Expected value from first principles

Imagine you could place the same bet ten thousand times. Some fraction wins, the rest lose, and the average outcome across all of them is the expected value. It is not what happens on any single bet — a positive-EV bet still loses regularly — it is the long-run centre of gravity that decides whether repeating the bet builds a bankroll or drains it.

Written out, EV weighs each outcome by how likely it is and how much it pays.

# EV of a bet, per 1 unit staked
# p        = your probability the bet wins
# D        = decimal price
# (D − 1)  = profit per unit if it wins

EV = p × (D − 1)  −  (1 − p) × 1

# win branch pays profit (D − 1); lose branch forfeits the 1 unit stake

If EV is positive the bet is, on average, priced in your favour. If it is negative it is priced against you. At the posted price almost every bet is negative EV — that is the book's margin doing its job. Finding the rare positive-EV bet is the entire game, and it starts with a probability you trust more than the market's.

A worked example

Suppose a two-way market offers decimal 2.10 on the side you like, and your own analysis puts the probability of that outcome at 52 percent. Everything below is illustrative — the point is the arithmetic, not the specific numbers.

# D = 2.10, your p = 0.52
profit_if_win = D − 1 = 1.10

EV = 0.52 × 1.100.48 × 1
   = 0.5720.48
   = +0.092   # about +9.2% expected return per unit staked

Positive — but read the condition carefully. That +9.2 percent exists only if 0.52 is a better estimate of the true probability than the market's. Change your estimate to 0.47 and the same price flips to negative EV. The edge lives entirely in the accuracy of p.

Value is the gap, not the result

The most common mistake is treating a likely winner as a good bet. Value has nothing to do with whether an outcome is probable and everything to do with whether it is underpriced. Formally, a bet has value when your fair probability exceeds the price's fair probability.

Value depends on the gap, not the favourite status (illustrative)
CaseDecimalMarket fair pYour pValue?
Short favourite1.4071.4%70%No — you're worse
Even pick2.0050.0%54%Yes — you're better
Long shot5.0020.0%23%Yes — you're better

The favourite is the most likely winner and the worst bet of the three, because your estimate sits below its fair probability. The long shot loses most of the time yet carries value, because you price it higher than the market does. Likelihood and value are different axes.

Anchoring to a fair line

The weak link is always your probability estimate, so disciplined bettors do not pull it from thin air. One rigorous baseline is the fair line from a tight, low-margin market: take the raw implied probability, remove the overround by normalising, and treat that margin-free figure as the market's honest estimate. Your edge is then the difference between your number and that fair anchor — not the raw price.

# 1. raw implied prob from decimal:   p_raw = 1 / D
# 2. remove margin (normalise):        p_fair = p_raw / book_pct
# 3. your edge:
edge = p_you − p_fair

# positive edge is the precondition for a positive-EV bet at that price

The margin-removal step is covered in full in the implied probability and overround guide, and the fair-line calculator automates it. Beating the closing number of a sharp market over time — closing line value — is the clearest external evidence that your estimates carry a real edge rather than noise.

From EV to a decision

Expected value answers whether to bet. It does not answer how much — that is a separate question about bankroll and the reliability of your edge. The honest workflow is a short chain: estimate a probability you can defend, remove the market's margin to get a fair anchor, confirm your number beats it, compute EV to confirm the price is worth taking, and only then size the stake. Skip the fair-line step and the EV number is measured against the book's margin instead of its true view, which quietly overstates every edge.

FAQ

What is expected value in betting?
Expected value (EV) is the average profit or loss a bet would produce if you could repeat it many times. It weighs each outcome by its probability: EV = (probability of winning × profit if you win) − (probability of losing × stake). A positive EV means the bet is priced in your favour on average; a negative EV means it is priced against you, which is true of almost every bet at its posted price.
What makes a bet a value bet?
A value bet is one where your estimated probability of the outcome is higher than the probability implied by the price after removing the book's margin. It is not a bet you are confident will win — a heavy favourite can be terrible value and a long shot can be good value. Value is entirely about the gap between your fair probability and the market's fair probability, never about the likelihood of a single result.
How do I calculate whether a bet has positive EV?
Express the price as decimal, estimate your own probability p for the outcome, then compute EV per 1 unit staked = p × (decimal − 1) − (1 − p). If the result is above zero the bet is positive EV at your estimate. Example: decimal 2.10 and your p = 0.52 gives 0.52 × 1.10 − 0.48 = 0.572 − 0.48 = +0.092, or about 9 percent expected return per unit — provided your probability estimate is right.
Why are most 'sure things' negative EV?
Because the market has already priced them. A strong favourite at a short price has a high chance of winning but a payout so small that, after the book's margin, the expected value is usually negative. EV depends on price and probability together. Confidence in the result is not the same as value, and the two are often in tension: the more obvious the winner, the harder the price works against you.
How reliable is an EV number?
Only as reliable as the probability estimate feeding it, and that is the whole difficulty. The formula is exact; your input is not. A fair-line anchor from a sharp, low-margin market is a disciplined starting probability, but any edge you compute is an estimate with error bars. This is precisely why staking systems like fractional Kelly deliberately bet less than the raw EV would suggest.
// published 2026-07-19 · updated 2026-07-19 · OddsCipher Desk