GET /api/bet_types/6b514bcd-9234-42f1-8eb3-bbc312acc6ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6b514bcd-9234-42f1-8eb3-bbc312acc6ca",
"match": "https://api-prod.gambitprofit.com/api/matches/593b8cee-d15b-4efb-b9f9-339a6616eeea/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "Phoenix Suns",
"amount": 5097.0
},
{
"team": "Sacramento Kings",
"amount": 4903.0
}
],
"expected_reward_tokens": 8970.72,
"profit_sb": -29.28,
"profit_sb_percentage": -0.33,
"recommended": false
},
"lines": [
{
"id": "b7b416cf-74f1-4725-8ad5-863f3c00322f",
"gambit_id": "abf6eb82-23bb-4042-9da9-ed0e4cafe238",
"last_updated": "2022-11-29T09:52:05.403195-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Phoenix Suns",
"reward": "1.76000",
"odds": "1.86960",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b514bcd-9234-42f1-8eb3-bbc312acc6ca/?format=api"
},
{
"id": "ef7ed134-ecf4-4341-800a-ebddec270e41",
"gambit_id": "2e2a5113-7d58-4b82-be27-95a6ddfa81f3",
"last_updated": "2022-11-29T09:52:05.402237-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Sacramento Kings",
"reward": "1.83000",
"odds": "1.95240",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b514bcd-9234-42f1-8eb3-bbc312acc6ca/?format=api"
}
]
}