Learn more about Russian war crimes in Ukraine.

What is matched betting?

In my previous post, I found a curiosity: an asset with different prices in two different betting exchanges. This can be used to turn a guaranteed profit, and in this post I show you how! Consider the question: “Will Donald Trump be president at year-end 2019?” Just like betting on sports, you can bet on the answer to this question. On PredictIt, the market estimates the probability of “Yes” at 90-91%. But on BetFair, the market estimates the probability at 94-95%! We can exploit this difference in beliefs to turn a guaranteed profit, through the magic of matched betting!

Because the PredictIt market thinks it’s less likely that Trump will still be president, they’re willing to offer a better return on “Yes”, so we’ll buy some “Yes” at PredictIt. Conversely, BetFair offers a better return on “No”, so we’ll buy some “No” at BetFair. But how much should we buy? First, I’ll show you the magic numbers for how to make a guaranteed profit, and then I’ll show you how to calculate them. Here’s what we should buy:

If we purchase this, how much profit will we make? The cost is $850+$58.38 = $908.38, but what’s the revenue? The revenue depends on whether Trump is still president at the end of the year.

In either case, the revenue is $934. Minus our costs, our guaranteed profit is $25.62. Magic! But where did those magic numbers $850 and $58.38 come from?

First, we fix one of the numbers. It turns out that PredictIt only allows you to bet up to $850 in one market, so we fix our PredictIt purchase at that maximum. Then we choose an amount to bet at BetFair such that the profit in either case is the same. We can formulate some equations to solve:

P  := profit we'll make in either case
Bb := amount to bet at BetFair
Bp := amount to bet at PredictIt
Ob := odds at BetFair
Op := odds at PredictIt

P = Bp*Op - (Bp + Bb)     // profit in Case A (Trump is still president)
P = Bb*Ob - (Bp + Bb)     // profit in Case B (Trump is not still president)

Bp*Op = Bb*Ob             // combine simultaneous equations
Bb = Bp*Op / Ob           // solve for how much to bet at BetFair
Bb = 850 * (1/0.91) / 16  // plug in the real-world numbers
Bb = 58.38                // this is how much to bet at BetFair

In the world of betting, this technique is called matched betting. In the world of trading, this technique is called arbitrage. Arguably, your profit is derived from the service you provide of transferring information from one market to the other.

What can computers do? What are the limits of mathematics? And just how busy can a busy beaver be? This year, I’m writing Busy Beavers, a unique interactive book on computability theory. You and I will take a practical and modern approach to answering these questions — or at least learning why some questions are unanswerable!

It’s only $19, and you can get 50% off if you find the discount code ... Not quite. Hackers use the console!

After months of secret toil, I and Andrew Carr released Everyday Data Science, a unique interactive online course! You’ll make the perfect glass of lemonade using Thompson sampling. You’ll lose weight with differential equations. And you might just qualify for the Olympics with a bit of statistics!

It’s $29, but you can get 50% off if you find the discount code ... Not quite. Hackers use the console!

More by Jim

Tagged #betting. All content copyright James Fisher 2019. This post is not associated with my employer. Found an error? Edit this page.