GET /api/bet_types/73118313-f08b-4360-a3bd-6db4bd947bfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "73118313-f08b-4360-a3bd-6db4bd947bfc",
"match": "https://api-prod.gambitprofit.com/api/matches/571019bf-dcea-45d8-a42c-6825e563bf05/?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": "Troy",
"amount": 5000.0
},
{
"team": "Appalachian St",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "9c1c79dd-6057-415c-8140-bef9849c2b61",
"gambit_id": "8b1b8869-29cc-484d-a8be-16c516f94522",
"last_updated": "2022-09-18T20:37:20.229582-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Troy",
"reward": "1.80000",
"odds": "1.90910",
"spread": "14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73118313-f08b-4360-a3bd-6db4bd947bfc/?format=api"
},
{
"id": "b91548df-891e-45f3-982d-22ed9b849d7e",
"gambit_id": "8b1a99af-c67b-4bd0-8e56-36cf9d38122e",
"last_updated": "2022-09-18T20:37:20.228537-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Appalachian St",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73118313-f08b-4360-a3bd-6db4bd947bfc/?format=api"
}
]
}