GET /api/bet_types/fa9deb23-15a4-4ace-857e-fe94469a1766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fa9deb23-15a4-4ace-857e-fe94469a1766",
"match": "https://api-prod.gambitprofit.com/api/matches/f25e68a8-2950-4367-a86f-e81728bd1876/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-19T08:32:57.616719-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": "Nashville Predators",
"amount": 5861.0
},
{
"team": "New York Rangers",
"amount": 4139.0
}
],
"expected_reward_tokens": 9436.21,
"profit_sb": -63.79,
"profit_sb_percentage": -0.67,
"recommended": false
},
"lines": [
{
"id": "5e41182d-1ec2-4662-8cd2-8a6986edfa90",
"gambit_id": "b9d5751f-d06d-483f-a518-52b21db4842f",
"last_updated": "2023-10-20T11:28:25.556291-04:00",
"created_at": "2023-10-19T08:32:57.622509-04:00",
"name": "Nashville Predators",
"reward": "1.61000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa9deb23-15a4-4ace-857e-fe94469a1766/?format=api"
},
{
"id": "29a894da-50eb-4683-888e-0b3a27dc9115",
"gambit_id": "9f88abf7-efea-4e86-8a8f-cc3c75f2c527",
"last_updated": "2023-10-20T11:28:25.560033-04:00",
"created_at": "2023-10-19T08:32:57.627898-04:00",
"name": "New York Rangers",
"reward": "2.28000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa9deb23-15a4-4ace-857e-fe94469a1766/?format=api"
}
]
}