Skip to content

Chrome extension to show the implied probability next to all instances of American odds (i.e. "+140") that appear on the webpage.

License

Notifications You must be signed in to change notification settings

dannyhines/odds-converter-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

American Odds to Implied Probability Chrome Extension

Chrome Web Store GitHub repo size GitHub issues GitHub

View it on the Chrome Web Store

This is a simple, lightweight Chrome extension that scans the webpage for instances of American odds (-130, +140, etc), and converts it to implied probability as a percentage. Click the extension icon to toggle it on and off.

For more on implied probability and gambling odds, check out my blog post.

Example

Here are betting odds for a random NBA game: odds example

Here's what appears after clicking on the extension: odds with probability displayed

Why?

Assuming the odds are "fair", the implied probability is the percentage chance that the bet is supposed to win. Because sportsbooks charge a fee or "vig" for placing bets, this number will appear slightly higher than the actual probability. This number is simpler way to look at sports betting: a "good bet" is one where you believe the percentage chance is higher than the implied probability.

Building the project

Run the following command which will create a .zip including all the necessary files:

zip -r build.zip images/ background.js content_script.js manifest.json

And you're ready to upload your extension! To make your own extension you'll need to register as a Chrome Web Store Developer.

About

Chrome extension to show the implied probability next to all instances of American odds (i.e. "+140") that appear on the webpage.

Topics

Resources

License

Stars

Watchers

Forks