GET /api/bet_types/42bb5abe-a535-4ef3-aebc-6ee83b9c440f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "42bb5abe-a535-4ef3-aebc-6ee83b9c440f",
"match": "https://api-prod.gambitprofit.com/api/matches/ba9745aa-22fe-4d76-8c5f-1a520bcc3b75/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-21T08:53:25.044075-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": "PIT",
"amount": 5213.0
},
{
"team": "LAA",
"amount": 4787.0
}
],
"expected_reward_tokens": 9382.52,
"profit_sb": -117.48,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "012417d4-2631-4f08-838f-041cb0148311",
"gambit_id": "b6f9030f-a693-43bc-a39b-8ffa24ccb911",
"last_updated": "2023-07-22T09:53:04.023792-04:00",
"created_at": "2023-07-21T08:53:25.046251-04:00",
"name": "PIT",
"reward": "1.80000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42bb5abe-a535-4ef3-aebc-6ee83b9c440f/?format=api"
},
{
"id": "ee4f408f-a5ca-4de5-b335-6a5e3299d7ca",
"gambit_id": "540940d0-0c91-42aa-802a-a94d6c74d26a",
"last_updated": "2023-07-22T09:53:04.028100-04:00",
"created_at": "2023-07-21T08:53:25.048658-04:00",
"name": "LAA",
"reward": "1.96000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42bb5abe-a535-4ef3-aebc-6ee83b9c440f/?format=api"
}
]
}