GET /api/bet_types/37eb3368-4532-45f8-8cfb-754727a53308/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "37eb3368-4532-45f8-8cfb-754727a53308",
"match": "https://api-prod.gambitprofit.com/api/matches/5fc4f5d2-5cb2-42f7-be63-38af1c8665f6/?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": "St Louis Blues",
"amount": 6336.0
},
{
"team": "Anaheim Ducks",
"amount": 3664.0
}
],
"expected_reward_tokens": 9123.36,
"profit_sb": 123.36,
"profit_sb_percentage": 1.37,
"recommended": true
},
"lines": [
{
"id": "4b022d8f-291f-4b1f-ad6c-512ccd71c3fb",
"gambit_id": "09045dc3-52e4-42a7-aad3-2f26b457332d",
"last_updated": "2022-11-22T10:02:04.658524-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "St Louis Blues",
"reward": "1.44000",
"odds": "1.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37eb3368-4532-45f8-8cfb-754727a53308/?format=api"
},
{
"id": "8cc5e6f2-afdb-4623-bd34-24413ed1c01a",
"gambit_id": "97a2b3ea-cc1c-4998-82e1-17ff3eba2be6",
"last_updated": "2022-11-22T10:02:04.659449-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Anaheim Ducks",
"reward": "2.49000",
"odds": "2.70000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37eb3368-4532-45f8-8cfb-754727a53308/?format=api"
}
]
}