---
title: "Mlb Grand Salami"
method: GET
path: "/v1/sports/baseball_mlb/grand-salami"
tags: ["Scores & Results"]
---

# Mlb Grand Salami

`GET /v1/sports/baseball_mlb/grand-salami`

Daily "Grand Salami" — total runs across all MLB games for a given UTC
date. No book retails this as a single market, so we synthesize the
line from each book's primary game totals and pair it with the actual
total runs scored once the slate completes.

Default: today (UTC). Pass ?date=YYYY-MM-DD for a historical day.
Free tier — no auth gating beyond the standard API key.

## Query parameters

- `date` string

## Response `200`

Successful Response

- GrandSalamiOut
  - `sport_key` string, required
  - `date` string, required
  - `games_total` integer, required
  - `games_completed` integer, required
  - `games_in_progress` integer, required
  - `games_upcoming` integer, required
  - `actual_total_runs` integer, nullable, required
  - `bookmakers` GrandSalamiBookOut[], required
    - `key` string, required
    - `title` string, required
    - `games_priced` integer, required
    - `line` number, required
    - `result` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/prop-line/apis/player-props-api.md) · [All operations](https://skmtc.net/prop-line/apis/player-props-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prop-line/player-props-api/revisions/53ac21e5a59e/schema)
