Skip to main content
GET
/
betslip
Get betslip metadata and live odds
curl --request GET \
  --url https://v2.55-tech.com/betslip \
  --header 'X-ABP-API-KEY: <api-key>'
{
  "fixtureId": "id1000002361061419",
  "outcomeId": 101,
  "playerId": 0,
  "client": "demo",
  "fixtureInfo": {
    "fixtureId": "id1000002361061419",
    "status": {
      "live": false,
      "statusId": 0,
      "statusName": "Pre-Game"
    },
    "sport": {
      "sportId": 10,
      "sportName": "Soccer"
    },
    "tournament": {
      "tournamentId": 23,
      "tournamentName": "Serie A",
      "categoryName": "Italy"
    },
    "season": {
      "seasonId": 130971,
      "seasonName": "Serie A 25/26"
    },
    "startTime": 1770666300,
    "participants": {
      "participant1Id": 2702,
      "participant1Name": "AS Roma",
      "participant2Id": 2719,
      "participant2Name": "Cagliari Calcio"
    },
    "scores": {},
    "expectedPeriods": 2,
    "externalProviders": {
      "betgeniusId": 12418676,
      "betradarId": 61061419,
      "flashscoreId": "QRHiwdZQ",
      "mollybetId": "2026-02-09,240,227",
      "opticoddsId": "2026020952992728",
      "pinnacleId": 1623026170,
      "sofascoreId": 13981664
    },
    "bookmakers": {}
  },
  "outcomeInfo": {
    "marketId": 101,
    "marketName": "Full Time Result",
    "marketNameShort": "1X2",
    "marketType": "1x2",
    "period": "fulltime",
    "playerProp": false,
    "handicap": 0,
    "marketLength": 3,
    "sportId": 10,
    "outcomeId": 101,
    "outcomeName": "1"
  },
  "odds": {
    "polymarket": {
      "id1000002361061419:polymarket:101:0": {
        "price": 1.55,
        "limit": 0,
        "limitMin": 1,
        "limitCurrency": "USD",
        "limitUsd": 0,
        "limitMinUsd": 1,
        "active": true,
        "account": "0x0000000000000000000000000000000000000000",
        "currencyInfo": {
          "currency": "USD",
          "currencyValue": 1,
          "updatedAt": "2026-02-08T20:27:05+00:00"
        },
        "bookmakerMarketId": "101",
        "bookmakerOutcomeId": "47560474994564756084533131483151433692089461304045858881876576415056110461089",
        "meta": {
          "lay": 2.817,
          "bookmakerLayOutcomeId": "68720233493513315549726110228454980604765404427736533364284705967981292940643"
        }
      }
    },
    "pinnacle": {
      "id1000002361061419:pinnacle:101:0": {
        "price": 1.5,
        "limit": 15000,
        "limitMin": 5,
        "limitCurrency": "USD",
        "limitUsd": 15000,
        "limitMinUsd": 5,
        "active": true,
        "account": "EXAMPLE01",
        "currencyInfo": {
          "currency": "USD",
          "currencyValue": 1,
          "updatedAt": "2026-02-08T20:27:05+00:00"
        },
        "bookmakerMarketId": "101",
        "bookmakerOutcomeId": "home"
      }
    },
    "sharpbet": {
      "id1000002361061419:sharpbet:101:0": {
        "price": 1.52,
        "limit": 751.343,
        "limitMin": 1,
        "limitCurrency": "EUR",
        "limitUsd": 886.13,
        "limitMinUsd": 1.18,
        "active": true,
        "account": "my_account",
        "currencyInfo": {
          "currency": "EUR",
          "currencyValue": 0.84788876,
          "updatedAt": "2026-02-08T00:00:05+00:00"
        },
        "bookmakerMarketId": "101",
        "bookmakerOutcomeId": "7"
      }
    }
  }
}

Authorizations

X-ABP-API-KEY
string
header
required

API key for authentication. Contact admin to obtain a key.

Query Parameters

fixtureId
string
required

Fixture identifier (e.g. 'id1000004461512432')

outcomeId
integer
required

Outcome identifier (e.g. 103)

playerId
integer
required

Player ID (e.g. 0 if not a player prop)

bookmakers
string | null

Comma-separated bookmakers. If omitted, uses all client's configured bookmakers.

Response

Current odds and betslip metadata for a fixture