tkTickOdds
🏈

American Football odds API

Live and prematch american football odds from bet365, delivered via REST and WebSocket. NFL lines move fastest right after injury reports drop. A feed with sub-second update latency captures the sharp's edge.

Coverage

Leagues & competitions

  • NFL
  • NCAA Football
  • CFL
  • UFL

Market types

  • Moneyline
  • Point Spread
  • Over/Under
  • Player Passing Yards
  • Player Rushing Yards
  • Player Receptions
  • Anytime Touchdown Scorer
  • First Half / Quarter markets

Fetch american football matches

Example: current upcoming nfl games with full market depth.

# Python
import requests

r = requests.get(
    "https://api.tickodds.com/api/v1/matches",
    params={"sport": "american-football", "upcoming": 1},
    headers={"X-API-Key": "YOUR_KEY"},
)
for match in r.json()["data"]:
    print(match["home"], "v", match["away"], match["kickoff"])

# Sample fixture: Kansas City Chiefs vs. Buffalo Bills — NFL

Who uses the american football feed?

sharp NFL bettors, prop traders, model operators

Recommended plan

American Football is a headline sport — available on Starter ($19/mo) and above. For live in-play access via WebSocket, use the Live tier ($39/mo).