GET /api/bet_types/937b570f-c5d3-4a50-b0b0-90f6bc5365c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "937b570f-c5d3-4a50-b0b0-90f6bc5365c5",
"match": "https://api-prod.gambitprofit.com/api/matches/953d8b22-1c4a-4d79-baa3-1a7a673ed656/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Miami Heat",
"amount": 5000.0
},
{
"team": "Charlotte Hornets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "0a22d54f-f1c5-444c-b27a-e92b97487639",
"gambit_id": "1d3944cd-07ff-401c-abb6-799db294c2a2",
"last_updated": "2022-11-14T11:28:15.732722-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Heat",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/937b570f-c5d3-4a50-b0b0-90f6bc5365c5/?format=api"
},
{
"id": "16121972-66ed-428f-bac9-4eae6b5a0779",
"gambit_id": "2cfd31b2-4d6c-4910-90d1-dca2528d30e5",
"last_updated": "2022-11-14T11:28:15.733663-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Charlotte Hornets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/937b570f-c5d3-4a50-b0b0-90f6bc5365c5/?format=api"
}
]
}