# PropHitRates

> Windowed [`HitRate`]s against the same `line`, one per [`PropAverages`] window — each pair covers the same contests.

Windowed [`HitRate`]s against the same `line`, one per [`PropAverages`]
window — each pair covers the same contests. Only built when the request
supplies a `line`. For a derived rate stat, a window is sliced from the
phase-participation timeline first and undefined per-game values are then
dropped, so each [`HitRate`]'s `games` denominator counts the window's
defined values (≤ the paired average's count).

**Kind:** object

| Field | Type | Required | Description |
|---|---|---|---|
| `away` | `HitRate` | yes | Over-rate across the games where the person's team was the away side. |
| `home` | `HitRate` | yes | Over-rate across the games where the person's team was the home side (each [`HitRate`] carries its own `games` denominator). |
| `last_10` | `HitRate` | yes |  |
| `last_5` | `HitRate` | yes |  |
| `season` | `HitRate` | yes |  |

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