GET /api/bet_types/d6a78716-4812-4e00-9b20-93e2fea52a0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d6a78716-4812-4e00-9b20-93e2fea52a0b",
"match": "https://api-prod.gambitprofit.com/api/matches/0bcc35fb-cb91-4051-9c4b-643bf260b247/?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": "ATL",
"amount": 5829.0
},
{
"team": "PHI",
"amount": 4171.0
}
],
"expected_reward_tokens": 9092.78,
"profit_sb": 92.78,
"profit_sb_percentage": 1.03,
"recommended": true
},
"lines": [
{
"id": "3a9c3d47-8eb3-41d5-abdc-cc180c5f2875",
"gambit_id": "b96d9b2f-8fc8-4dac-b28e-f53f541e590b",
"last_updated": "2022-09-24T21:12:25.837323-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.56000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a78716-4812-4e00-9b20-93e2fea52a0b/?format=api"
},
{
"id": "bbc29731-23eb-415f-aee8-6b763e1fd7e1",
"gambit_id": "5baf4da3-e7ad-4f15-8641-76999d83e113",
"last_updated": "2022-09-24T21:12:25.836182-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "2.18000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a78716-4812-4e00-9b20-93e2fea52a0b/?format=api"
}
]
}