GET /api/bet_types/df7f0026-1123-48c4-9fb1-4f245a6fb31f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "df7f0026-1123-48c4-9fb1-4f245a6fb31f",
"match": "https://api-prod.gambitprofit.com/api/matches/a6e6c6b6-e36c-411d-8646-6c777af788fe/?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": "HOU",
"amount": 5501.0
},
{
"team": "TEX",
"amount": 4499.0
}
],
"expected_reward_tokens": 9131.66,
"profit_sb": 131.66,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "2421a8ae-89ce-40d6-adf3-53062db8954e",
"gambit_id": "7d0e72c8-c086-4721-aefc-4be648918fc5",
"last_updated": "2022-09-08T10:07:13.203957-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "1.66000",
"odds": "1.74070",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df7f0026-1123-48c4-9fb1-4f245a6fb31f/?format=api"
},
{
"id": "489c8d8e-a13c-4bb3-a403-8a171bcccdb8",
"gambit_id": "cf426355-831f-4515-9ee5-637a5bbad5d1",
"last_updated": "2022-09-08T10:07:13.204969-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "2.03000",
"odds": "2.15000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df7f0026-1123-48c4-9fb1-4f245a6fb31f/?format=api"
}
]
}