GET /api/bet_types/eece803a-1f0e-435b-b619-6e1b338c948e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "eece803a-1f0e-435b-b619-6e1b338c948e",
"match": "https://api-prod.gambitprofit.com/api/matches/e474d960-56b1-4b38-b1fe-d6c98bb37fa2/?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": "Pittsburgh",
"amount": 5000.0
},
{
"team": "Western Michigan",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "76e838a4-003c-459a-8df2-6cecdb7c94c4",
"gambit_id": "221712b0-78f8-4c87-9b90-295d8d998bf4",
"last_updated": "2022-09-18T09:37:42.667463-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Pittsburgh",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eece803a-1f0e-435b-b619-6e1b338c948e/?format=api"
},
{
"id": "2fbf8af3-6b27-4820-bb99-7926c8446efa",
"gambit_id": "513d4580-d522-43b5-8a6e-cf8c58dc3851",
"last_updated": "2022-09-18T09:37:42.666472-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Western Michigan",
"reward": "1.80000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eece803a-1f0e-435b-b619-6e1b338c948e/?format=api"
}
]
}