GET /api/bet_types/4b446fc2-f962-431c-9f00-004e5a7fb2a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4b446fc2-f962-431c-9f00-004e5a7fb2a2",
"match": "https://api-prod.gambitprofit.com/api/matches/d37bcd2e-a466-4e73-8bbb-8506cd7b2567/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-16T17:37:16.041031-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": "Pittsburgh Penguins",
"amount": 6399.0
},
{
"team": "New York Rangers",
"amount": 3601.0
}
],
"expected_reward_tokens": 9470.52,
"profit_sb": -29.48,
"profit_sb_percentage": -0.31,
"recommended": false
},
"lines": [
{
"id": "4abae153-437c-4bbd-b7d6-92336f8fd49d",
"gambit_id": "bc377bbb-8c0e-4212-9a67-6ca8821890ed",
"last_updated": "2023-03-18T14:57:14.100124-04:00",
"created_at": "2023-03-16T17:37:16.044655-04:00",
"name": "Pittsburgh Penguins",
"reward": "1.48000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b446fc2-f962-431c-9f00-004e5a7fb2a2/?format=api"
},
{
"id": "340d85d0-f08c-453f-adc4-ba82f6505430",
"gambit_id": "31ea0ebb-0f1a-4925-8e63-0ae24a2c74ec",
"last_updated": "2023-03-18T14:57:14.099094-04:00",
"created_at": "2023-03-16T17:37:16.042947-04:00",
"name": "New York Rangers",
"reward": "2.63000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b446fc2-f962-431c-9f00-004e5a7fb2a2/?format=api"
}
]
}