S

Sports Predictor · Probabilities

by Sports Predictor

GETBase

$0.02

per call · USD Coin on Base

Calibrated 1X2 probabilities plus derived markets (totals, BTTS, correct score) for every upcoming fixture across the big-five European leagues. Backed by a public, Brier-scored track record.

Endpoint

GET https://sports-predictor-api.fly.dev/api/v1/probabilities

10

Calls / 30d

7

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://sports-predictor-api.fly.dev/api/v1/probabilities", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://sports-predictor-api.fly.dev/api/v1/probabilities?days=14" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "fixtures": [
    {
      "away": "Coventry City",
      "date": "2026-08-21",
      "expected_goals": {
        "away": 0.71,
        "home": 2.14
      },
      "home": "Arsenal",
      "league": "premier_league",
      "league_label": "Premier League",
      "markets": {
        "btts": {
          "no": 0.55,
          "yes": 0.45
        },
        "correct_score": [
          {
            "p": 0.13,
            "score": "2-0"
          }
        ],
        "totals": {
          "2.5": {
            "over": 0.54,
            "under": 0.46
          }
        }
      },
      "probabilities": {
        "away": 0.14,
        "draw": 0.2,
        "home": 0.66
      }
    }
  ],
  "generated_at": "2026-08-14T09:00:00+00:00",
  "window_days": 14
}

Payment details

Pay to0x11a5a9ee3fffd4d8cbb2b3c5e02acaa268486b67
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Games & Fun and the homepage with a featured placement.

Get featured →

More from Sports Predictor & similar services