{
  "service": "OddsStation Output API",
  "version": "0.2.1",
  "docs": "see docs/API.md in the OddsStation repo",
  "endpoints": {
    "heartbeat": "/v1/heartbeat",
    "sports": "/v1/sports",
    "competitions": "/v1/competitions?sport=<id>",
    "bookmakers": "/v1/bookmakers",
    "events": "/v1/events?sport=&competition=&status=&page=",
    "event": "/v1/events/:id",
    "event_odds": "/v1/events/:id/odds",
    "changes": "/v1/odds/changes?since=<cursor>"
  }
}