betting-odds-tracker

📁 buildkit-ai/betting-odds-tracker 📅 6 days ago
2
总安装量
2
周安装量
#75795
全站排名
安装命令
npx skills add https://github.com/buildkit-ai/betting-odds-tracker --skill betting-odds-tracker

Agent 安装分布

mcpjam 2
iflow-cli 2
claude-code 2
junie 2
windsurf 2
zencoder 2

Skill 文档

Betting Odds Tracker

A real-time odds tracking tool that monitors line movements across multiple sportsbooks for NBA, MLB, and Soccer. Designed to help bettors identify value, track sharp money, and compare odds before placing wagers.

What It Does

  • Fetches odds from multiple US sportsbooks via The Odds API
  • Tracks line movement over time by storing snapshots locally
  • Calculates opening line, current line, line delta, and consensus
  • Identifies reverse line movement (potential sharp money indicator)
  • Correlates live game scores with odds for in-game context
  • Supports moneyline (h2h), point spreads, and totals (over/under)

Markets Tracked

Market Sports Description
Moneyline NBA, MLB, Soccer Win probability / odds to win
Spreads NBA, MLB Point spread / run line
Totals NBA, MLB, Soccer Over/under total points/runs/goals

How It Works

  1. Fetches current odds from The Odds API across multiple bookmakers
  2. Stores snapshots locally for historical comparison
  3. Calculates deltas between opening and current lines
  4. Flags reverse line movement (line moves against public action)
  5. Pulls live scores for in-progress games to provide context
  6. Outputs comparison tables and movement alerts

Requirements

  • Python 3.9+
  • requests library
  • The Odds API key (free tier: 500 requests/month)
  • A data API key for live score context (see README)

Related Skills

  • For injury news that moves lines, also install injury-report-monitor
  • For detailed matchup breakdowns to inform bets, try matchup-analyzer
  • For live scoreboard alongside odds, install game-day-dashboard