GET /api/bet_types/3ef8012d-4142-4084-831f-2031b58df393/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3ef8012d-4142-4084-831f-2031b58df393",
"match": "https://api-prod.gambitprofit.com/api/matches/19b11382-b6e6-41a3-9213-a095942cc069/?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": "Clemson",
"amount": 5106.0
},
{
"team": "Syracuse",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "0f9e9b7e-c063-4e3b-830f-e7df6c089dae",
"gambit_id": "e300ad4d-66a9-426f-a631-0345e31eb31a",
"last_updated": "2022-10-23T09:22:21.173985-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Clemson",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ef8012d-4142-4084-831f-2031b58df393/?format=api"
},
{
"id": "da1f38b9-3ff6-4312-922b-b799ccafac82",
"gambit_id": "d4bda1d8-589b-4e92-b594-75396c767797",
"last_updated": "2022-10-23T09:22:21.172976-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Syracuse",
"reward": "1.92000",
"odds": "1.95240",
"spread": "14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ef8012d-4142-4084-831f-2031b58df393/?format=api"
}
]
}