Retrieve the markets and selections
curl -X GET https://betmatic.app/api/event/13322/ \
-H 'Accept: application/json' \
-H 'Authorization: Token {token}'Responses
Status
Meaning
Description
Schema
{
"id": 13322,
"scompetition": {
"created_at": "2023-02-11T23:40:02+11:00",
"description": "Australian Rules",
"enabled": true,
"title": "AFL"
},
"markets": [
{
"id": 50784,
"selections": [
{
"id": 434974,
"title": "SYDNEY",
"price": 0.0,
"handicap": 0.0,
"margin_number": null,
"market": 50784
},
{
"id": 434975,
"title": "WESTERN BULLDOGS",
"price": 0.0,
"handicap": 0.0,
"margin_number": null,
"market": 50784
}
],
"title": "HEAD TO HEAD",
"event": 13322
}
],
"title": "SYDNEY V WESTERN BULLDOGS",
"startTime": "2023-07-13T19:20:00+10:00",
"status": "ACTIVE",
"created_at": "2023-07-09T01:36:21.736229+10:00",
"participant1": "SYDNEY SWANS",
"participant2": "WESTERN BULLDOGS",
"sports": "AFL",
"bookie": 25
}Name
Type
Description
Last updated