GET /api/bet_types/44ca2400-dd9c-4496-813f-43768eac358b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "44ca2400-dd9c-4496-813f-43768eac358b",
"match": "https://api-prod.gambitprofit.com/api/matches/8930b30c-7f60-4e5e-9083-b379056a94d9/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-17T10:32:10.102211-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": "Golden State Warriors",
"amount": 5000.0
},
{
"team": "Atlanta Hawks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "204f2241-c5e4-44d2-99b2-f2de32d1ae00",
"gambit_id": "7d016619-ecfa-4ba9-b11a-628edb39a601",
"last_updated": "2023-03-18T14:47:07.037939-04:00",
"created_at": "2023-03-17T10:32:10.105155-04:00",
"name": "Golden State Warriors",
"reward": "1.87000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ca2400-dd9c-4496-813f-43768eac358b/?format=api"
},
{
"id": "dbc516c6-91f7-4d5c-a128-52b99b1c3dca",
"gambit_id": "43200c58-d9cc-4f4c-919b-6ff8cde39345",
"last_updated": "2023-03-18T14:47:07.036053-04:00",
"created_at": "2023-03-17T10:32:10.103616-04:00",
"name": "Atlanta Hawks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ca2400-dd9c-4496-813f-43768eac358b/?format=api"
}
]
}