---
title: "Pre-Game Statistics"
method: GET
path: "/stats/preGame"
tags: ["Statistics"]
---

# Pre-Game Statistics

`GET /stats/preGame`

Get pre-match statistics for a specific game including team performance metrics, expected goals, and betting opportunities

## Query parameters

- `game` integer, required
- `onlyMajor` boolean
- `topBookmaker` integer

## Response `200`

Pre-game statistics retrieved successfully

- object
  - `statistics` object[] — Pre-game statistics for both teams
    - `id` integer — Statistic type ID (141=Won The Game, 142=BTTS, 153=Goals Scored, 159=xG)
    - `name` string — Statistic name
    - `competitorId` integer — Team this stat belongs to
    - `value` string — Statistic value (e.g., '4/5' for wins, '1.8' for avg goals)
    - `valuePercentage` number — Percentage representation
    - `markedTeam` integer — Which team leads (1 or 2)
    - `bettingOpportunity` object — Associated betting opportunity
      - `gameId` integer
      - `text` string — Prediction text
      - `textCTA` string — Call-to-action
      - `link` string — Bookmaker link
      - `bookmakerId` integer
  - `games` unknown[] — Game details
    - unknown
  - `competitors` unknown[] — Team information
    - unknown
  - `competitions` unknown[] — Competition details
    - unknown
  - `countries` unknown[] — Country information
    - unknown
  - `bookmakers` unknown[] — Bookmaker details
    - unknown

## Other responses

- `400` — Missing required parameter: game

---

[API](https://skmtc.net/sportsapipro/apis/sportsapi-pro-football-api.md) · [All operations](https://skmtc.net/sportsapipro/apis/sportsapi-pro-football-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sportsapipro/sportsapi-pro-football-api/revisions/f56c5a94869d/schema)
