GET /api/bet_types/8ec690a6-24ce-4248-8001-a2c2308f0155/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8ec690a6-24ce-4248-8001-a2c2308f0155",
"match": "https://api-prod.gambitprofit.com/api/matches/385c9204-4258-4a3d-b0d8-169c8d79a925/?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": "CIN",
"amount": 5399.0
},
{
"team": "MIL",
"amount": 4601.0
}
],
"expected_reward_tokens": 9016.33,
"profit_sb": 16.33,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "f8ee876d-8782-4ad9-9f3a-fda73ca6aba6",
"gambit_id": "34f39091-2bbc-4da2-a6a5-4113a0e55893",
"last_updated": "2022-09-26T10:32:11.963604-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "1.67000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ec690a6-24ce-4248-8001-a2c2308f0155/?format=api"
},
{
"id": "06f0a248-7ec5-4848-9142-fb71119bfd3d",
"gambit_id": "1818ba68-d444-437f-8b6e-c3287767359c",
"last_updated": "2022-09-26T10:32:11.962325-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "1.96000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ec690a6-24ce-4248-8001-a2c2308f0155/?format=api"
}
]
}