GET /api/bet_types/9eb3f449-e279-4c9d-937c-df9417be0ac0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9eb3f449-e279-4c9d-937c-df9417be0ac0",
"match": "https://api-prod.gambitprofit.com/api/matches/c7e7daa6-33cd-4321-8848-547e30f38ca2/?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": "Texas",
"amount": 5097.0
},
{
"team": "UTSA",
"amount": 4903.0
}
],
"expected_reward_tokens": 8970.72,
"profit_sb": -29.28,
"profit_sb_percentage": -0.33,
"recommended": false
},
"lines": [
{
"id": "1f2547a8-3ddb-492b-9afb-0850972cc999",
"gambit_id": "5cbfe9cb-9d24-4d74-9a1f-03bc704efa6a",
"last_updated": "2022-09-18T09:37:42.831951-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas",
"reward": "1.76000",
"odds": "1.86960",
"spread": "-13.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eb3f449-e279-4c9d-937c-df9417be0ac0/?format=api"
},
{
"id": "1d701925-8624-4cc4-a127-7f4bb043da96",
"gambit_id": "cce243a6-cced-4f17-8e8e-465caf5ac50c",
"last_updated": "2022-09-18T09:37:42.832946-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UTSA",
"reward": "1.83000",
"odds": "1.95240",
"spread": "13.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eb3f449-e279-4c9d-937c-df9417be0ac0/?format=api"
}
]
}