GET /api/bet_types/411899ee-60ea-48ea-bd78-61c25498a445/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "411899ee-60ea-48ea-bd78-61c25498a445",
"match": "https://api-prod.gambitprofit.com/api/matches/0b7cbd03-b9f8-440d-8824-53f61dbed164/?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": "San Jose State",
"amount": 5000.0
},
{
"team": "New Mexico State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "24295d73-37ae-4a9d-a0b8-ea12c2d516cc",
"gambit_id": "adde578c-fb96-4d08-b8a0-a3949ce0cc5f",
"last_updated": "2022-12-24T17:12:11.441552-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Jose State",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-21.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411899ee-60ea-48ea-bd78-61c25498a445/?format=api"
},
{
"id": "deaca851-d699-463a-9386-ff963eb91d12",
"gambit_id": "5e4e5ff6-bc1f-4563-a973-95a00f729d54",
"last_updated": "2022-12-24T17:12:11.440372-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Mexico State",
"reward": "1.88000",
"odds": "1.90910",
"spread": "21.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411899ee-60ea-48ea-bd78-61c25498a445/?format=api"
}
]
}