GET /api/bet_types/9bf652ee-52ef-4e29-91ab-63a8527c3f86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9bf652ee-52ef-4e29-91ab-63a8527c3f86",
"match": "https://api-prod.gambitprofit.com/api/matches/fee86869-5131-43e8-be27-ba061761842c/?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": "San Jose Sharks",
"amount": 5397.0
},
{
"team": "Dallas Stars",
"amount": 4603.0
}
],
"expected_reward_tokens": 9066.96,
"profit_sb": 66.96,
"profit_sb_percentage": 0.74,
"recommended": true
},
"lines": [
{
"id": "14d029fa-77c3-4552-8dd7-a6aaf74ae6f2",
"gambit_id": "26780d21-ae55-492b-86fc-da6884931f21",
"last_updated": "2022-11-12T17:42:34.101787-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Jose Sharks",
"reward": "1.68000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf652ee-52ef-4e29-91ab-63a8527c3f86/?format=api"
},
{
"id": "5eba58cd-6f6d-45a6-bb46-8f2b29b9c35b",
"gambit_id": "5889d4e3-72c0-448a-9c9f-1cd20c10b1e2",
"last_updated": "2022-11-12T17:42:34.100796-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Stars",
"reward": "1.97000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf652ee-52ef-4e29-91ab-63a8527c3f86/?format=api"
}
]
}