GET /api/neobet/live-events?sport=soccer&limit=1
{
"total": 12,
"page": 1,
"limit": 1,
"sport": "soccer",
"events": [
{
"sport": "soccer",
"country": "SK",
"league": "Cup",
"eventId": "NEO|FB-4044856",
"home": "SK Novohrad Lucenec",
"away": "KFC Komarno",
"startTime": "2026-09-08T14:00:00.000Z",
"score": { "home": "0", "away": "0" },
"matchClock": {
"period": "HT2",
"periodId": "HT2",
"running": true,
"minute": 59,
"second": 19,
"minutesLeftInPeriod": 30
},
"periodScores": {
"home": [0, 0],
"away": [0, 0],
"labels": ["HT1", "HT2"]
},
"statistics": {
"football": {
"home": { "yellowCards": 0, "redCards": 0, "corners": 0 },
"away": { "yellowCards": 0, "redCards": 0, "corners": 0 }
}
},
"settlement": {
"source": "neobet",
"state": "in_play",
"final": false,
"inPlay": true,
"lastSeenAt": "2026-09-08T15:18:13.518Z"
},
"moreInfo": {
"countryLabel": "Slowakei",
"leagueLabel": "Cup",
"status": "Running",
"section": "HT2",
"marketCount": 31,
"points": {
"RT": { "Goal": ["0", "0"], "Card": ["0", "0"], "RedCard": ["0", "0"] },
"HT1": { "Goal": ["0", "0"], "Card": ["0", "0"], "RedCard": ["0", "0"] },
"HT2": { "Goal": ["0", "0"], "Card": ["0", "0"] }
}
},
"markets": [
{
"canonicalMarket": "MATCH_RESULT",
"rawName": "Goal_RT_HC3W(0.0)",
"period": "FULL_TIME",
"isActive": true,
"selections": [
{ "canonicalOutcome": "HOME", "rawName": "1", "odds": 12.5, "isActive": true },
{ "canonicalOutcome": "DRAW", "rawName": "X", "odds": 3.3, "isActive": true },
{ "canonicalOutcome": "AWAY", "rawName": "2", "odds": 1.33, "isActive": true }
]
},
{
"canonicalMarket": "DRAW_NO_BET",
"rawName": "Goal_RT_HC2W(0.0)",
"period": "FULL_TIME",
"isActive": true,
"selections": [
{ "canonicalOutcome": "HOME", "rawName": "1", "odds": 9, "isActive": true },
{ "canonicalOutcome": "AWAY", "rawName": "2", "odds": 1, "isActive": true }
]
}
]
}
]
}