GET /api/bet_types/68722f9c-1c03-47ef-b095-196bb72d98a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "68722f9c-1c03-47ef-b095-196bb72d98a7",
"match": "https://api-prod.gambitprofit.com/api/matches/aa09ed50-4883-4480-8b5f-af1553fd200e/?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": "Baltimore Ravens",
"amount": 5110.0
},
{
"team": "New York Jets",
"amount": 4890.0
}
],
"expected_reward_tokens": 9044.7,
"profit_sb": 44.7,
"profit_sb_percentage": 0.5,
"recommended": true
},
"lines": [
{
"id": "27a60d6d-1592-43b5-b9ed-27431621292f",
"gambit_id": "57b3a449-7e34-4873-8279-b0d8d3308502",
"last_updated": "2022-09-12T10:21:59.649039-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Baltimore Ravens",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68722f9c-1c03-47ef-b095-196bb72d98a7/?format=api"
},
{
"id": "2e4ba05b-5205-4ddf-b504-5289cedd1899",
"gambit_id": "51ea5661-7595-4aa9-ba61-26ed41a57d6f",
"last_updated": "2022-09-12T10:21:59.647931-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Jets",
"reward": "1.85000",
"odds": "1.95240",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68722f9c-1c03-47ef-b095-196bb72d98a7/?format=api"
}
]
}