GET /api/bet_types/b26dd8cd-26bb-4139-948b-f96f01893dfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b26dd8cd-26bb-4139-948b-f96f01893dfa",
"match": "https://api-prod.gambitprofit.com/api/matches/2c2b32d4-e125-4e9f-a336-8269fb540189/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-16T10:23:24.613075-04: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": "Chicago White Sox",
"amount": 5423.0
},
{
"team": "Chicago Cubs",
"amount": 4577.0
}
],
"expected_reward_tokens": 9381.79,
"profit_sb": -118.21,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "59a24b58-cf0f-4a0c-b58e-e8e21b2c6664",
"gambit_id": "521f4131-1b08-40bd-b47a-4587e0c3a8b3",
"last_updated": "2023-08-18T10:13:05.029047-04:00",
"created_at": "2023-08-16T10:23:24.620129-04:00",
"name": "Chicago White Sox",
"reward": "1.73000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b26dd8cd-26bb-4139-948b-f96f01893dfa/?format=api"
},
{
"id": "fa35cf0b-0cee-4885-ae4e-c7ae36cc8163",
"gambit_id": "8083c752-349f-4120-a747-732079b6a599",
"last_updated": "2023-08-18T10:13:05.032470-04:00",
"created_at": "2023-08-16T10:23:24.624229-04:00",
"name": "Chicago Cubs",
"reward": "2.05000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b26dd8cd-26bb-4139-948b-f96f01893dfa/?format=api"
}
]
}