GET /api/bet_types/5016e8f2-fe35-4a45-91bc-1ee0376755cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5016e8f2-fe35-4a45-91bc-1ee0376755cd",
"match": "https://api-prod.gambitprofit.com/api/matches/74299dbe-cf2c-4d07-b2b6-7f3c70737864/?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": 6278.0
},
{
"team": "CIN",
"amount": 3722.0
}
],
"expected_reward_tokens": 9228.66,
"profit_sb": 228.66,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "05b25e36-ca4b-43de-9e91-db75cd4d8e02",
"gambit_id": "47b64fd3-c402-4b49-8f65-c08ab108d8a3",
"last_updated": "2022-09-05T10:22:00.132356-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.47000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5016e8f2-fe35-4a45-91bc-1ee0376755cd/?format=api"
},
{
"id": "1b46be76-75cb-49cd-87dc-e47896aa0cbe",
"gambit_id": "73c409d4-3fee-4610-8752-13904fe611de",
"last_updated": "2022-09-05T10:22:00.131375-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "2.48000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5016e8f2-fe35-4a45-91bc-1ee0376755cd/?format=api"
}
]
}