GET /api/bet_types/6efa601d-e1cc-445d-b616-eb44850884d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6efa601d-e1cc-445d-b616-eb44850884d3",
"match": "https://api-prod.gambitprofit.com/api/matches/4b54eee1-4e60-488f-b713-c917c4a43c73/?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": "Marshall",
"amount": 7683.0
},
{
"team": "Connecticut",
"amount": 2317.0
}
],
"expected_reward_tokens": 9219.6,
"profit_sb": 219.6,
"profit_sb_percentage": 2.44,
"recommended": true
},
"lines": [
{
"id": "0d04d451-5142-4f6e-80c7-105f93267731",
"gambit_id": "c3ae0b9e-b5d3-45da-973e-cbe00d2aa58b",
"last_updated": "2022-12-20T12:32:14.861797-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Marshall",
"reward": "1.20000",
"odds": "1.22730",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6efa601d-e1cc-445d-b616-eb44850884d3/?format=api"
},
{
"id": "3c7acfa8-995d-441a-8214-129679193394",
"gambit_id": "d25a7f8c-0feb-4eb4-9d8a-6ca8303ead91",
"last_updated": "2022-12-20T12:32:14.862971-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Connecticut",
"reward": "3.98000",
"odds": "4.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6efa601d-e1cc-445d-b616-eb44850884d3/?format=api"
}
]
}