OpenAPI 3.1.02026-08-055966167.2 KB

f069d4e82f52

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
    }
  ]
}