GET /api/bet_types/ada0d6e9-b4ad-4328-8d4c-2e9fb75fa0ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ada0d6e9-b4ad-4328-8d4c-2e9fb75fa0ec",
"match": "https://api-prod.gambitprofit.com/api/matches/b8eda9f1-85fc-45fc-b381-19178477c9cf/?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": 5301.0
},
{
"team": "WAS",
"amount": 4699.0
}
],
"expected_reward_tokens": 9116.06,
"profit_sb": 116.06,
"profit_sb_percentage": 1.29,
"recommended": true
},
"lines": [
{
"id": "42a08187-b2f4-4c6a-b612-87997a7da945",
"gambit_id": "505821e5-e581-401c-8dac-3dce97959280",
"last_updated": "2022-09-03T19:52:05.152281-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "1.72000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ada0d6e9-b4ad-4328-8d4c-2e9fb75fa0ec/?format=api"
},
{
"id": "0830d724-9fc4-448a-810f-193602600eb1",
"gambit_id": "836f7797-58d0-48b6-b8e9-5e4ef747b2b1",
"last_updated": "2022-09-03T19:52:05.153241-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "1.94000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ada0d6e9-b4ad-4328-8d4c-2e9fb75fa0ec/?format=api"
}
]
}