GET /api/bet_types/a2fdae6d-cba2-4810-9484-3258e1e6d665/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a2fdae6d-cba2-4810-9484-3258e1e6d665",
"match": "https://api-prod.gambitprofit.com/api/matches/a8f28703-c621-4fd4-9f5b-e87d73d8ad7d/?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": "NYM",
"amount": 6256.0
},
{
"team": "OAK",
"amount": 3744.0
}
],
"expected_reward_tokens": 9133.76,
"profit_sb": 133.76,
"profit_sb_percentage": 1.49,
"recommended": true
},
"lines": [
{
"id": "50457a42-3f51-4230-9628-384d11c19e63",
"gambit_id": "d8a43b59-6a10-48a4-b297-45834ae82ace",
"last_updated": "2022-09-25T21:57:00.077570-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "1.46000",
"odds": "1.52630",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2fdae6d-cba2-4810-9484-3258e1e6d665/?format=api"
},
{
"id": "2ca027c2-56a6-44c8-b4f7-cfe35d5011ca",
"gambit_id": "39985571-0e9e-40c6-b865-74f2ada58de4",
"last_updated": "2022-09-25T21:57:00.076393-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "2.44000",
"odds": "2.65000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2fdae6d-cba2-4810-9484-3258e1e6d665/?format=api"
}
]
}