GET /api/bet_types/2b8d7945-cd0d-4431-a06b-cf6e6107847c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2b8d7945-cd0d-4431-a06b-cf6e6107847c",
"match": "https://api-prod.gambitprofit.com/api/matches/a0763cc5-52fd-4447-97e3-2cb257328424/?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": "Wyoming",
"amount": 5106.0
},
{
"team": "Utah State",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "c79461b6-03b7-4778-bce0-af3bf38ad40b",
"gambit_id": "79ba007b-91b9-4d6b-ba78-49c8ebb54680",
"last_updated": "2022-10-23T21:46:55.091622-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wyoming",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8d7945-cd0d-4431-a06b-cf6e6107847c/?format=api"
},
{
"id": "1a75db52-b1c1-4873-88a1-cc4ed7758d98",
"gambit_id": "6d4f6156-c685-4d1e-832a-e1965e66c25a",
"last_updated": "2022-10-23T21:46:55.092703-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Utah State",
"reward": "1.92000",
"odds": "1.95240",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8d7945-cd0d-4431-a06b-cf6e6107847c/?format=api"
}
]
}