File size: 698 Bytes
32cb649 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Odds display algorithm (365races panel → Feed365)
## Exchange
- Runner ladders: `BO` (back odds), `LO` (lay odds)
- Composed at `GET /365/{sport}/{eventId}/odds` → `markets`
## Fancy
- Array `F[]` with lines: nation/label, back/lay prices (`b1`/`l1` or similar), stake limits
- `GET /365/{sport}/{eventId}/fancy`
## Bookmaker
- Array `B[]` selections with prices
- `GET /365/{sport}/{eventId}/bookmaker`
## Premium / Genius
- `selection_data` / premium market payloads
- `GET /365/{sport}/{eventId}/premium`
## Bet slip (read-only)
- Opened / matched / unmatched / exposure via `GET /365/bets`
- Place-bet body shapes documented under `placeBetShapes` — no mutation through aggregator
|