GET /api/hardrock/soccer/events?page=1&limit=5
{
"total": 812,
"page": 1,
"limit": 5,
"totalPages": 163,
"hasNextPage": true,
"events": [
{
"sport": "soccer",
"league": "England - EFL Cup",
"country": "England",
"eventId": "1021916836092051720",
"home": "Newcastle United",
"away": "West Bromwich",
"live": false,
"startTime": "2026-08-26T18:45:00.000Z",
"markets": [
{
"canonicalMarket": "MATCH_RESULT",
"rawName": "Game Result (90 Minutes + Stoppage Time)",
"period": "FULL_TIME",
"isActive": true,
"marketId": "423168513868431611",
"selections": [
{
"canonicalOutcome": "HOME",
"rawName": "Newcastle United",
"odds": 1.23529412,
"rawOdds": "1.23529412",
"isActive": true,
"selectionId": "6913277789374382331"
},
{
"canonicalOutcome": "DRAW",
"rawName": "Tie",
"odds": 6.5,
"rawOdds": "6.5",
"isActive": true,
"selectionId": "2748574033963516155"
},
{
"canonicalOutcome": "AWAY",
"rawName": "West Bromwich",
"odds": 11,
"rawOdds": "11",
"isActive": true,
"selectionId": "3167408799308972283"
}
],
"moreInfo": { "type": "SOCCER:FT:AXB", "subtype": "M" }
},
{
"canonicalMarket": "OVER_UNDER",
"rawName": "Total Goals",
"period": "FULL_TIME",
"line": 2.5,
"isActive": true,
"marketId": "2297791858761400571",
"selections": [
{
"canonicalOutcome": "OVER",
"rawName": "Over 2.5",
"odds": 1.36363636,
"rawOdds": "1.36363636",
"isActive": true,
"selectionId": "1273222943534612731"
},
{
"canonicalOutcome": "UNDER",
"rawName": "Under 2.5",
"odds": 3,
"rawOdds": "3",
"isActive": true,
"selectionId": "2839349713952702715"
}
],
"moreInfo": { "type": "SOCCER:FT:OU", "subtype": "M#2.5" }
}
],
"moreInfo": {
"competitionId": "1917995060863697155",
"category": "England"
}
}
]
}