OpenAPI 3.1.02026-08-096177191.3 KB
6122c314b11a
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
}
]
}