GET /api/bet_types/27353bcb-559a-43e2-9564-501230494b48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "27353bcb-559a-43e2-9564-501230494b48",
"match": "https://api-prod.gambitprofit.com/api/matches/5fdd3eab-8a2f-47d4-b347-879d2fca677c/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "Cincinnati",
"amount": 10000
}
],
"expected_reward_tokens": 10300.0,
"profit_sb": 1300.0,
"profit_sb_percentage": 14.44,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Cincinnati",
"amount": 9117.0
},
{
"team": "Miami-Ohio",
"amount": 883.0
}
],
"expected_reward_tokens": 9386.29,
"profit_sb": 386.29,
"profit_sb_percentage": 4.29,
"recommended": true
},
"lines": [
{
"id": "a1f935a3-ebc9-47b2-b022-387e33762f49",
"gambit_id": "5767f5f1-3376-4e45-b14f-72f2c3c54e02",
"last_updated": "2022-09-18T18:12:27.864143-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cincinnati",
"reward": "1.03000",
"odds": "1.03330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27353bcb-559a-43e2-9564-501230494b48/?format=api"
},
{
"id": "cf6ef4ef-8a10-4a0f-ade5-a6932e468b96",
"gambit_id": "55f4be74-7f0a-4932-aca4-1dc5944d110a",
"last_updated": "2022-09-18T18:12:27.863196-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami-Ohio",
"reward": "10.63000",
"odds": "12.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27353bcb-559a-43e2-9564-501230494b48/?format=api"
}
]
}