GET /api/bet_types/1c6a1d28-ceac-4598-8d81-1183061c4234/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1c6a1d28-ceac-4598-8d81-1183061c4234",
"match": "https://api-prod.gambitprofit.com/api/matches/5b08a4db-c54e-4822-ad6b-1a038c8f0e47/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-06T22:48:25.913506-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": "Tampa Bay Buccaneers",
"amount": 5107.0
},
{
"team": "Minnesota Vikings",
"amount": 4893.0
}
],
"expected_reward_tokens": 9345.63,
"profit_sb": -154.37,
"profit_sb_percentage": -1.62,
"recommended": false
},
"lines": [
{
"id": "08f82a9f-eefd-41a4-8ed0-47d902b8370c",
"gambit_id": "9325ea06-ad36-4bea-949f-76e9e19ef0c2",
"last_updated": "2023-09-11T11:22:55.821035-04:00",
"created_at": "2023-09-06T22:48:25.917961-04:00",
"name": "Tampa Bay Buccaneers",
"reward": "1.83000",
"odds": "1.86960",
"spread": "4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c6a1d28-ceac-4598-8d81-1183061c4234/?format=api"
},
{
"id": "d90f652f-551e-438a-96cb-003b52f97937",
"gambit_id": "bf73b27b-6b40-442a-a4be-e3a6faa26599",
"last_updated": "2023-09-11T11:22:55.824427-04:00",
"created_at": "2023-09-06T22:48:25.922387-04:00",
"name": "Minnesota Vikings",
"reward": "1.91000",
"odds": "1.95240",
"spread": "-4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c6a1d28-ceac-4598-8d81-1183061c4234/?format=api"
}
]
}