GET /api/bet_types/3b3f6579-47ed-478c-9751-0c43fafb6714/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3b3f6579-47ed-478c-9751-0c43fafb6714",
"match": "https://api-prod.gambitprofit.com/api/matches/da97c4f5-9212-48ec-bf14-53da30ee7c30/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-27T09:07:22.653692-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": "Utah Jazz",
"amount": 5000.0
},
{
"team": "Phoenix Suns",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "1d16ab20-58b4-443b-bf92-e4e584ca0e7d",
"gambit_id": "69c731d5-dfc0-4556-9b06-fd71e9097c99",
"last_updated": "2023-03-28T11:06:56.328724-04:00",
"created_at": "2023-03-27T09:07:22.655175-04:00",
"name": "Utah Jazz",
"reward": "1.87000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b3f6579-47ed-478c-9751-0c43fafb6714/?format=api"
},
{
"id": "856d639d-b966-4e56-93a6-7bc106209d46",
"gambit_id": "f65ba60e-e1d8-4f63-b71d-29677b0eb41e",
"last_updated": "2023-03-28T11:06:56.331388-04:00",
"created_at": "2023-03-27T09:07:22.656686-04:00",
"name": "Phoenix Suns",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b3f6579-47ed-478c-9751-0c43fafb6714/?format=api"
}
]
}