feed365-api-harvest / odds-algorithm-notes.md
Shaurya2626's picture
Feed365 365races API harvest (redacted)
32cb649 verified
|
Raw
History Blame Contribute Delete
698 Bytes
# 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