GET /api/bet_types/c59255fd-4376-4ad7-8936-52114054cec0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c59255fd-4376-4ad7-8936-52114054cec0",
"match": "https://api-prod.gambitprofit.com/api/matches/2de6a1af-1e52-4ef2-9042-15c01b242e17/?format=api",
"name": "Pick the Winner",
"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": "Phoenix Suns",
"amount": 7085.0
},
{
"team": "Orlando Magic",
"amount": 2915.0
}
],
"expected_reward_tokens": 9210.5,
"profit_sb": 210.5,
"profit_sb_percentage": 2.34,
"recommended": true
},
"lines": [
{
"id": "70bf65ea-e3af-443a-9d8b-03212bbc8b3e",
"gambit_id": "9e1e907b-f5b1-4d94-92e6-fd6e01e12ab6",
"last_updated": "2022-11-12T09:13:08.066089-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Phoenix Suns",
"reward": "1.30000",
"odds": "1.34480",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c59255fd-4376-4ad7-8936-52114054cec0/?format=api"
},
{
"id": "d0a52920-6e83-4544-9a0f-ec0178a1a042",
"gambit_id": "884b2ce5-d188-4c98-9d78-b5b45c86cbca",
"last_updated": "2022-11-12T09:13:08.064976-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Orlando Magic",
"reward": "3.16000",
"odds": "3.45000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c59255fd-4376-4ad7-8936-52114054cec0/?format=api"
}
]
}