GET /api/bet_types/b2bea168-6507-41a4-a49d-442504935e32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b2bea168-6507-41a4-a49d-442504935e32",
"match": "https://api-prod.gambitprofit.com/api/matches/d38b793c-02b7-4232-8ca7-31bb1a7f00bf/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-06T11:51:57.486603-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": "LOS",
"amount": 6241.0
},
{
"team": "SDG",
"amount": 3759.0
}
],
"expected_reward_tokens": 9547.86,
"profit_sb": 47.86,
"profit_sb_percentage": 0.5,
"recommended": true
},
"lines": [
{
"id": "c1907e6b-fbfb-49ee-880a-e4f88369e7a9",
"gambit_id": "417028b6-7e39-41d5-9aa6-a79cd9e3046a",
"last_updated": "2023-05-07T11:57:20.156451-04:00",
"created_at": "2023-05-06T11:51:57.489684-04:00",
"name": "LOS",
"reward": "1.53000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2bea168-6507-41a4-a49d-442504935e32/?format=api"
},
{
"id": "b92b9a4d-8fd4-4f26-955f-1e7e9b7cb3a2",
"gambit_id": "e024873e-7b6e-4d02-ad3e-bf42219b10ae",
"last_updated": "2023-05-07T11:57:20.155269-04:00",
"created_at": "2023-05-06T11:51:57.488244-04:00",
"name": "SDG",
"reward": "2.54000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2bea168-6507-41a4-a49d-442504935e32/?format=api"
}
]
}