GET /api/bet_types/5b6092b4-3c0b-4c19-a879-719408fa24c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5b6092b4-3c0b-4c19-a879-719408fa24c1",
"match": "https://api-prod.gambitprofit.com/api/matches/206c16cd-89b4-4259-9b2e-accda2fba4ad/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-11T09:32:13.912110-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": "Pittsburgh Penguins",
"amount": 5107.0
},
{
"team": "Philadelphia Flyers",
"amount": 4893.0
}
],
"expected_reward_tokens": 9345.63,
"profit_sb": -154.37,
"profit_sb_percentage": -1.62,
"recommended": false
},
"lines": [
{
"id": "ecd64b9e-bb7e-4622-88e4-963cf28528be",
"gambit_id": "48e3c3fa-63f1-451e-9c35-ba347419b790",
"last_updated": "2023-03-12T19:26:59.486791-04:00",
"created_at": "2023-03-11T09:32:13.913751-05:00",
"name": "Pittsburgh Penguins",
"reward": "1.83000",
"odds": "1.86960",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6092b4-3c0b-4c19-a879-719408fa24c1/?format=api"
},
{
"id": "92f8a5b0-8bcd-4c59-968a-f42df1b336f5",
"gambit_id": "b1a67a29-a188-4b6a-ba6b-91222591837d",
"last_updated": "2023-03-12T19:26:59.488147-04:00",
"created_at": "2023-03-11T09:32:13.916117-05:00",
"name": "Philadelphia Flyers",
"reward": "1.91000",
"odds": "1.95240",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6092b4-3c0b-4c19-a879-719408fa24c1/?format=api"
}
]
}