GET /api/bet_types/b0f8e9b7-4684-4bf6-9a76-6c94893832fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b0f8e9b7-4684-4bf6-9a76-6c94893832fa",
"match": "https://api-prod.gambitprofit.com/api/matches/134ac30e-fcf2-4d3d-adc1-4420dc14f3ec/?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": "Kansas",
"amount": 5097.0
},
{
"team": "Duke",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "8d85b992-07a8-4c74-836d-db4fd2e97c78",
"gambit_id": "7060e57c-95f5-4eb0-b892-62763c3620b9",
"last_updated": "2022-09-25T11:27:10.853498-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Kansas",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0f8e9b7-4684-4bf6-9a76-6c94893832fa/?format=api"
},
{
"id": "3504a873-2392-4d10-975b-3c2e0ee5910c",
"gambit_id": "920316be-912c-449f-ace1-45a9c52ee2bb",
"last_updated": "2022-09-25T11:27:10.854491-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Duke",
"reward": "1.84000",
"odds": "1.95240",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0f8e9b7-4684-4bf6-9a76-6c94893832fa/?format=api"
}
]
}