---
title: "Get totals (over/under) for an event"
method: GET
path: "/api/v1/lines/{id}/total"
tags: ["V1 Lines"]
---

# Get totals (over/under) for an event

`GET /api/v1/lines/{id}/total`

## Path parameters

- `id` string, required

## Query parameters

- `include` 'all_periods'

## Response `200`

Totals

- object
  - `totals` V1Total[]
    - `total_over` number
    - `total_over_delta` number
    - `total_under` number
    - `total_under_delta` number
    - `total_over_money` number
    - `total_over_money_delta` number
    - `total_under_money` number
    - `total_under_money_delta` number
    - `date_updated` string, date-time, nullable
    - `format` string
    - `extended_totals` V1Total[]

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/therundown/apis/therundown-sports-api.md) · [All operations](https://skmtc.net/therundown/apis/therundown-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/therundown/therundown-sports-api/revisions/f069d4e82f52/schema)
