GET /api/bet_types/55a5e27e-e892-4773-a697-919a7a759ba2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "55a5e27e-e892-4773-a697-919a7a759ba2",
"match": "https://api-prod.gambitprofit.com/api/matches/e2732f0f-c566-4743-9847-e18bd6ec75b6/?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": "Wisconsin",
"amount": 5000.0
},
{
"team": "Washington State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "ca9823eb-2527-4940-9aa5-4f2f1cbd5866",
"gambit_id": "dbd1ec14-1346-4a75-80da-02c229c9f459",
"last_updated": "2022-09-11T11:02:02.738605-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wisconsin",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-17.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55a5e27e-e892-4773-a697-919a7a759ba2/?format=api"
},
{
"id": "bb927729-aaae-4358-a63f-329bff8d65a8",
"gambit_id": "ab1b19a1-9e61-40f4-8237-0b53da3e670a",
"last_updated": "2022-09-11T11:02:02.739605-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington State",
"reward": "1.81000",
"odds": "1.90910",
"spread": "17.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55a5e27e-e892-4773-a697-919a7a759ba2/?format=api"
}
]
}