GET /api/bet_types/b514d176-4dcb-400b-ae67-2e37f0a31b80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b514d176-4dcb-400b-ae67-2e37f0a31b80",
"match": "https://api-prod.gambitprofit.com/api/matches/1ec5410d-c304-4cbc-bf88-119d8a513491/?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": "Boston College",
"amount": 7221.0
},
{
"team": "Connecticut",
"amount": 2779.0
}
],
"expected_reward_tokens": 9531.72,
"profit_sb": 31.72,
"profit_sb_percentage": 0.33,
"recommended": true
},
"lines": [
{
"id": "518370ec-00b0-4f4f-9d49-39a708ba9d9f",
"gambit_id": "410cb51b-3e89-4c9d-b334-0572d2662bc2",
"last_updated": "2022-10-31T10:52:24.574389-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston College",
"reward": "1.32000",
"odds": "1.33330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b514d176-4dcb-400b-ae67-2e37f0a31b80/?format=api"
},
{
"id": "d02e1148-6f00-4dd0-b7cf-b030593b74a7",
"gambit_id": "bab51c38-54f7-4b9d-ab6e-15e41d092c52",
"last_updated": "2022-10-31T10:52:24.573459-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Connecticut",
"reward": "3.43000",
"odds": "3.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b514d176-4dcb-400b-ae67-2e37f0a31b80/?format=api"
}
]
}