---
title: "Get moneylines for an event"
method: GET
path: "/api/v1/lines/{id}/moneyline"
tags: ["V1 Lines"]
---

# Get moneylines for an event

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

## Path parameters

- `id` string, required

## Query parameters

- `include` 'all_periods'

## Response `200`

Moneylines

- object
  - `moneylines` V1Moneyline[]
    - `moneyline_away` number — Away team moneyline. 0.0001 = off the board.
    - `moneyline_away_delta` number
    - `moneyline_home` number
    - `moneyline_home_delta` number
    - `moneyline_draw` number — Draw moneyline (soccer, UFC)
    - `moneyline_draw_delta` number
    - `date_updated` string, date-time, nullable
    - `format` string

## 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/versions/6122c314b11a/schema)
