Feed liveChannel BlogSports 12
Transport MQTT / SSE / RESTPush 100–500 msV1
Blog

Odds data, in real time

Engineering notes, integration guides and line-movement analysis — straight from the team running the feed.

Guides

Pinnacle Max Bet Limit Explained: Reading the Field

Pinnacle max bet limit explained: what the `limit` field really means, why it moves, how it differs from nvp and account caps, and how to filter drop alerts on it.

Guides

How to Detect Odds Drops Without Alert Fatigue

How to detect odds drops that actually mean something: filter on limit and no-vig price, add a cooldown, and cut alert volume hard. With SSE and REST code.

Guides

Why +EV Bets Disappear the Moment You Click

Positive EV bets disappear when you click them for two very different reasons. Here's how to tell a stale reference price from a real move — and fix it in code.

Guides

Convert Fractional Odds to Decimal in Code

Convert fractional odds to decimal in code: the num/den + 1 formula, a battle-tested parser for SP, evens and odds-on, GCD reduction and the UK ladder.

Guides

Why Do Positive EV Bets Lose? The Variance Math

Why do positive EV bets lose? Because a 3% edge only shifts a coin flip to 51.5%. Here's the variance math, the sample size you need, and why CLV converges faster.

Guides

How Fast Does an Odds Feed Need to Be for +EV?

How fast does an odds feed need to be for +EV betting? Seconds, not milliseconds — and your poll interval, not the wire, is almost always the bottleneck.

Comparisons

Pinnacle Odds API vs Scraping: What Breaks in Prod

Pinnacle odds API vs scraping, judged on failure semantics: polling ceilings, silent staleness, missing quarter lines, and when a scraper is still the right call.

Guides

Why Is Pinnacle the Sharpest Sportsbook?

Why is Pinnacle the sharpest sportsbook? Low vig, high limits and no bans on winners make its closing line the market benchmark. CLV explained, with code.

Guides

Map Asian Handicap Lines Between Bookmakers

How to map Asian handicap lines between bookmakers without sign-flip bugs: anchor every line to the home team, scope by period, and derive the away side on read.

Guides

Pinnacle API Shut Down: The Migration Path

Pinnacle closed its public API in July 2025. Here is the real pinnacle api shut down alternative: push feeds, the code you delete, and the field gotchas.

Guides

How to Calculate EV From Pinnacle Odds, Step by Step

How to calculate EV from Pinnacle odds: convert to probability, remove the vig properly, compare to your book's price. Worked example, code, and the honest caveats.

Comparisons

Flat Staking vs Kelly Criterion for Betting Bots

Flat staking vs Kelly criterion for betting bots: when level stakes beat proportional sizing, why fractional Kelly wins in production, and how to clamp stakes in code.

Guides

What Is Closing Line Value (CLV)? A Bettor's Guide

Closing line value (CLV) is the gap between your bet price and the sharp no-vig close. Here's the formula, a worked example, and how to log it in code.

Guides

Why Use Pinnacle Odds as Fair Value (And When Not To)

Why use Pinnacle odds as fair value: the structural reason devigged Pinnacle lines work as true probability, how to devig properly, and where the method breaks.