GET /api/bet_types/e307c71a-c456-4388-9b08-868a40f6933b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e307c71a-c456-4388-9b08-868a40f6933b",
"match": "https://api-prod.gambitprofit.com/api/matches/8a2c6f36-e298-420a-a514-fc536cd208d8/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-11T09:07:57.312126-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": "Boston Bruins",
"amount": 5319.0
},
{
"team": "Chicago Blackhawks",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "d7ff068e-4088-45f8-9350-455ac69468f3",
"gambit_id": "a9b848f3-1698-4b15-aa7f-eae97e705287",
"last_updated": "2023-10-12T11:33:05.108118-04:00",
"created_at": "2023-10-11T09:07:57.322243-04:00",
"name": "Boston Bruins",
"reward": "1.76000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e307c71a-c456-4388-9b08-868a40f6933b/?format=api"
},
{
"id": "afcf86d9-18c9-49d9-a755-e89ac15645c5",
"gambit_id": "90ccab6f-5b28-46cb-bde5-e224b777903e",
"last_updated": "2023-10-12T11:33:05.104682-04:00",
"created_at": "2023-10-11T09:07:57.317027-04:00",
"name": "Chicago Blackhawks",
"reward": "2.00000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e307c71a-c456-4388-9b08-868a40f6933b/?format=api"
}
]
}