GET /api/bet_types/7443c157-013a-4b3c-8322-66611712676a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7443c157-013a-4b3c-8322-66611712676a",
"match": "https://api-prod.gambitprofit.com/api/matches/5fdd3eab-8a2f-47d4-b347-879d2fca677c/?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": "Miami-Ohio",
"amount": 5000.0
},
{
"team": "Cincinnati",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "009beafc-867b-41bf-be9c-069af9b18bf5",
"gambit_id": "54704517-6279-4319-8d07-db643de98d48",
"last_updated": "2022-09-18T18:12:27.866034-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami-Ohio",
"reward": "1.80000",
"odds": "1.90910",
"spread": "24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7443c157-013a-4b3c-8322-66611712676a/?format=api"
},
{
"id": "85ef61ae-a61c-4cb2-a6ac-b3d2b1ac5648",
"gambit_id": "a21410e5-361f-42e5-b780-580e2acc13d4",
"last_updated": "2022-09-18T18:12:27.866987-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cincinnati",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7443c157-013a-4b3c-8322-66611712676a/?format=api"
}
]
}