Examples and tutorials
Ten small, working projects built on MoneyLine Sports API, each with a step-by-step tutorial. All the code is on GitHub.
Python
How to Find Positive EV Bets With an API (Python)Build a Python script that lists positive expected value bets across US sportsbooks, using MoneyLine Sports API. Full code, sample output, and how the fair price is calculated.
Python
Build a Sports Arbitrage Finder in PythonFind sports betting arbitrage opportunities across US sportsbooks and size both stakes for a guaranteed profit, with a short Python script and MoneyLine Sports API.
Python
How to Track Betting Line Movement With PythonChart how a game's moneyline moved from open to now with Python, matplotlib and MoneyLine Sports API odds history. Full code and a sample chart.
Python
Fantasy Football Projections From Sportsbook Prop Lines (Python)Turn sportsbook player-prop lines into fantasy point projections for NFL and NBA with Python and MoneyLine Sports API. Full code and sample rankings.
Python notebook
Build an NFL Game Prediction Model With Odds Data (Python Notebook)Build an Elo rating model from NFL results, measure its accuracy, and compare it with sportsbook odds in a Python notebook using MoneyLine Sports API.
Node.js
Build a Sports Betting Discord Bot With Live Odds (Node.js)Build a Discord bot with an /odds slash command that posts the best moneyline across US sportsbooks, using discord.js and MoneyLine Sports API.
Next.js
Build an Odds Comparison Site With Next.jsBuild an odds comparison page that shows every US sportsbook's moneyline with the best price highlighted, using Next.js and MoneyLine Sports API.
Next.js
Build a Player Props Hit Rate Dashboard With Next.jsShow how often players cleared their sportsbook prop line over their last 5, 10 and 25 games, with Next.js and MoneyLine Sports API player props and hit rates.
React and Vite
Build a Live Sports Scoreboard With ReactBuild a live sports scoreboard in React and Vite that refreshes while games are in progress, using MoneyLine Sports API scores, without exposing your API key.
Expo (React Native)
Build a Sports Odds App With React Native (Expo)Build a mobile sports odds app with Expo and React Native that lists the best moneyline for each game, using MoneyLine Sports API.