GET /api/bet_types/c29c808c-dd28-4108-892b-859102d4fcad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c29c808c-dd28-4108-892b-859102d4fcad",
"match": "https://api-prod.gambitprofit.com/api/matches/d6233923-830e-4130-b8ad-ba336db1fe20/?format=api",
"name": "Pick the Winner",
"created_at": "2023-10-15T09:18:05.645617-04: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": "Carolina Hurricanes",
"amount": 7191.0
},
{
"team": "Anaheim Ducks",
"amount": 2809.0
}
],
"expected_reward_tokens": 9492.12,
"profit_sb": -7.88,
"profit_sb_percentage": -0.08,
"recommended": false
},
"lines": [
{
"id": "82438370-8c6a-48b0-9350-1178adbb5989",
"gambit_id": "4a931cf5-e44a-470b-9060-8980084f15b3",
"last_updated": "2023-10-17T09:53:06.678373-04:00",
"created_at": "2023-10-15T09:18:05.650883-04:00",
"name": "Carolina Hurricanes",
"reward": "1.32000",
"odds": "1.33330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c29c808c-dd28-4108-892b-859102d4fcad/?format=api"
},
{
"id": "ae34e89c-dc56-4915-895f-8a43ea93a093",
"gambit_id": "a30284c8-b254-4565-80f6-6a52c9916dd6",
"last_updated": "2023-10-17T09:53:06.682079-04:00",
"created_at": "2023-10-15T09:18:05.657163-04:00",
"name": "Anaheim Ducks",
"reward": "3.38000",
"odds": "3.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c29c808c-dd28-4108-892b-859102d4fcad/?format=api"
}
]
}