GET /api/bet_types/b7037827-5eca-4512-9cec-ad2ac7e90781/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b7037827-5eca-4512-9cec-ad2ac7e90781",
"match": "https://api-prod.gambitprofit.com/api/matches/369e29b6-6ca5-4d50-b60f-198888c6960f/?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": "PHI",
"amount": 5672.0
},
{
"team": "WAS",
"amount": 4328.0
}
],
"expected_reward_tokens": 9131.92,
"profit_sb": 131.92,
"profit_sb_percentage": 1.47,
"recommended": true
},
"lines": [
{
"id": "8d085919-a753-473d-b3a4-6def13b2d46b",
"gambit_id": "7e96f8bd-279e-4d1f-9bcb-bb3d19bad39e",
"last_updated": "2022-09-12T11:02:19.489078-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.61000",
"odds": "1.68970",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7037827-5eca-4512-9cec-ad2ac7e90781/?format=api"
},
{
"id": "398cbc05-8c53-4fc9-b594-3290750609c6",
"gambit_id": "2cbeaddc-0b22-4869-901c-13cabf66b872",
"last_updated": "2022-09-12T11:02:19.490126-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "2.11000",
"odds": "2.25000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7037827-5eca-4512-9cec-ad2ac7e90781/?format=api"
}
]
}