# StatBoard

> Generic over-rate board for a competition slate.

Generic over-rate board for a competition slate.

**Kind:** object

| Field | Type | Required | Description |
|---|---|---|---|
| `competition` | `CompetitionId` | yes |  |
| `date` | `string<date>` | yes |  |
| `full_slate` | `StatBoardEntry[]` | yes |  |
| `games_with_lineups` | `integer` | yes |  |
| `games_without_lineups` | `integer` | yes |  |
| `line` | `number<double>` | yes |  |
| `recommended` | `StatBoardEntry[]` | yes |  |
| `stat` | `string` | yes |  |
| `window` | `integer` | yes |  |

**Used by:** [ApiResponseStatBoard](/docs/reference/data-model/envelope/ApiResponseStatBoard.md)
