Introduction
FutPicks is a European football betting intelligence platform. It ingests fixtures, team data, odds, lineups, scoring output, and settlement results, then exposes the useful parts through documented APIs.
The API is split by intent:
| Area | Prefix | Access |
|---|---|---|
| Operations API | /api/v1/ops/* | Admin/operator only |
| Data API | /api/v1/data/* | Admin or Pro subscriber |
| Public product endpoints | Existing app routes | Public or app-authenticated |
The secure API layer is designed to reduce routine VPS, SSH, and manual database access. Prefer typed operations, export jobs, catalog endpoints, and saved queries over direct infrastructure access.
Core rules
Section titled “Core rules”- Pinnacle is the sole odds reference for model comparisons.
- Mutating operations are audited.
- Data API access is restricted to Pro subscribers and admins.
- Anonymous, free, and lower-tier users receive
401or403. - Secret status endpoints return present/missing metadata only, never secret values.
- There is no raw SQL endpoint and no arbitrary shell endpoint.