Free
$0
/ month
Explore the API
Pre-match only: live polling requires Pro+
1// Get current odds for NBA2const response = await fetch(3 'https://api.sharpapi.io/api/v1/odds?league=NBA',4 {5 headers: {6 'X-API-Key': 'sk_live_your_api_key'7 }8 }9);1011const odds = await response.json();1{2 "data": [3 {4 "sportsbook": "draftkings",5 "home_team": "Lakers",6 "away_team": "Celtics",7 "market_type": "moneyline",8 "selection": "Lakers",9 "odds_american": -110,10 "odds_decimal": 1.91,11 "is_live": false12 }13 ],14 "pagination": { "total": 284 }15}Real-time feeds from 45+ sportsbooks
Normalize, calculate EV, detect arbs
Sub-100ms via REST or SSE streaming
No credit card required