Skip to content

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:

AreaPrefixAccess
Operations API/api/v1/ops/*Admin/operator only
Data API/api/v1/data/*Admin or Pro subscriber
Public product endpointsExisting app routesPublic 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.

  • 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 401 or 403.
  • Secret status endpoints return present/missing metadata only, never secret values.
  • There is no raw SQL endpoint and no arbitrary shell endpoint.