latestOpenAPI 3.1.02026-08-136177194.5 KB

5aa0aa5c5f66

V1 Lines

Get totals (over/under) for an event

get/api/v1/lines/{id}/total

Path parameters

idstring required

Query parameters

include'all_periods'

Response

Totals

Example response

{
  "totals": [
    {
      "total_over": 47.5,
      "total_under": 47.5,
      "total_over_money": -110,
      "total_under_money": -110
    }
  ]
}