Developer
BetEdge Odds API
Query our stored odds board and line moves. Create keys in Settings after signup.
Authentication
Pass your key on every request
Authorization: Bearer be_live_xxxxxxxx # or x-api-key: be_live_xxxxxxxx
Keys are shown once at creation. Revoke anytime in Settings.
Rate limits by plan
- Free — 100 req/day · 1 key · odds only
- Basic ($19) — 2,000 req/day · 2 keys · odds + line-moves
- Pro ($49) — 20,000 req/day · 5 keys · full access
GET /api/v1/odds
Latest stored events and markets
Query: sport (optional NFL…), limit (1–100)
curl -H "Authorization: Bearer be_live_..." \ "https://www.betedge-ai.com/api/v1/odds?sport=MLB&limit=20"
GET /api/v1/line-moves
Requires Basic or Pro
Query: sport, limit, hours (1–168)
curl -H "Authorization: Bearer be_live_..." \ "https://www.betedge-ai.com/api/v1/line-moves?hours=48&limit=30"
For entertainment purposes only. Gambling involves risk. Past performance does not guarantee future results. You must be 18+/21+ (depending on jurisdiction) to use sports betting services. Bet responsibly.