GET /api/bet_types/cb25bf8d-aa1a-4ed1-8f73-46cce7999cb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "cb25bf8d-aa1a-4ed1-8f73-46cce7999cb4",
"match": "https://api-prod.gambitprofit.com/api/matches/65cfb84f-91b3-48d8-a04d-e8153a2d5dc2/?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": "COL",
"amount": 5208.0
},
{
"team": "SDG",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "da965111-0087-446d-bee1-fe9f428658a8",
"gambit_id": "8b65d742-74dc-450e-8941-eb5ba74bb30f",
"last_updated": "2022-09-26T10:27:11.649456-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.73000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb25bf8d-aa1a-4ed1-8f73-46cce7999cb4/?format=api"
},
{
"id": "07c75bae-9c6b-4aca-8e5c-bcc8a9bc2ef7",
"gambit_id": "500bd476-eb54-48f6-945d-dc8807539e28",
"last_updated": "2022-09-26T10:27:11.650682-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SDG",
"reward": "1.88000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb25bf8d-aa1a-4ed1-8f73-46cce7999cb4/?format=api"
}
]
}