---
title: "Get best available line for an event"
method: GET
path: "/api/v2/events/{eventID}/best-line"
tags: ["V2 Events"]
---

# Get best available line for an event

`GET /api/v2/events/{eventID}/best-line`

Returns the best moneyline, spread, and total across all sportsbooks.

## Path parameters

- `eventID` string, required

## Query parameters

- `period` 'period_full_game' | 'period_first_half' | 'period_second_half' | 'period_first_period' | 'period_second_period' | 'period_third_period' | 'period_fourth_period' | 'period_live_full_game' | 'period_live_first_half' | 'period_live_second_half' | 'period_live_first_period' | 'period_live_second_period' | 'period_live_third_period' | 'period_live_fourth_period'
- `affiliate_ids` string

## Response `200`

Best lines

- BestLineResponse
  - `event_id` string
  - `moneyline` BestMoneyline
    - `moneyline_home` number, nullable
    - `moneyline_away` number, nullable
    - `moneyline_draw` number, nullable
    - `best_affiliate_home` BestAffiliateInfo
      - `affiliate_id` integer
      - `affiliate_name` string
      - `updated_at` string, date-time
    - `best_affiliate_away` BestAffiliateInfo
      - `affiliate_id` integer
      - `affiliate_name` string
      - `updated_at` string, date-time
    - `best_affiliate_draw` BestAffiliateInfo
      - `affiliate_id` integer
      - `affiliate_name` string
      - `updated_at` string, date-time
  - `spread` BestSpread
    - `point_spread_home` number, nullable
    - `point_spread_away` number, nullable
    - `point_spread_home_money` number, nullable
    - `point_spread_away_money` number, nullable
    - `best_affiliate_home` BestAffiliateInfo
      - `affiliate_id` integer
      - `affiliate_name` string
      - `updated_at` string, date-time
    - `best_affiliate_away` BestAffiliateInfo
      - `affiliate_id` integer
      - `affiliate_name` string
      - `updated_at` string, date-time
  - `total` BestTotal
    - `total_over` number, nullable
    - `total_under` number, nullable
    - `total_over_money` number, nullable
    - `total_under_money` number, nullable
    - `best_affiliate_over` BestAffiliateInfo
      - `affiliate_id` integer
      - `affiliate_name` string
      - `updated_at` string, date-time
    - `best_affiliate_under` BestAffiliateInfo
      - `affiliate_id` integer
      - `affiliate_name` string
      - `updated_at` string, date-time
  - `periods` object — Period-specific best lines keyed by period name

---

[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)
