GET /api/bet_types/b9ab0db7-62b1-4dae-8d6d-86b85754ae85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b9ab0db7-62b1-4dae-8d6d-86b85754ae85",
"match": "https://api-prod.gambitprofit.com/api/matches/af578c2b-64b3-4580-937c-dc267caacd64/?format=api",
"name": "Pick the Winner",
"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": "Nevada",
"amount": 6961.0
},
{
"team": "New Mexico State",
"amount": 3039.0
}
],
"expected_reward_tokens": 9117.0,
"profit_sb": 117.0,
"profit_sb_percentage": 1.3,
"recommended": true
},
"lines": [
{
"id": "3aa11f68-f8a7-45a3-a4f6-de6e89b0537f",
"gambit_id": "b277db59-a684-4415-b931-d884717ee9fa",
"last_updated": "2022-08-28T11:27:16.385282-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nevada",
"reward": "1.31000",
"odds": "1.34480",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9ab0db7-62b1-4dae-8d6d-86b85754ae85/?format=api"
},
{
"id": "f4d853e6-3bfa-4c93-86dc-6337a4c0705e",
"gambit_id": "64c5b5d6-84c7-4d30-bf27-d993829bf88c",
"last_updated": "2022-08-28T11:27:16.384796-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Mexico State",
"reward": "3.00000",
"odds": "3.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9ab0db7-62b1-4dae-8d6d-86b85754ae85/?format=api"
}
]
}