GET /api/bet_types/c19da6f4-65b3-499b-8e9e-023990d07884/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c19da6f4-65b3-499b-8e9e-023990d07884",
"match": "https://api-prod.gambitprofit.com/api/matches/8ddb8b01-aae1-4d87-89f7-c8c64c0b79e3/?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": "DET",
"amount": 5312.0
},
{
"team": "CWS",
"amount": 4688.0
}
],
"expected_reward_tokens": 9188.48,
"profit_sb": 188.48,
"profit_sb_percentage": 2.09,
"recommended": true
},
"lines": [
{
"id": "b5a249c4-37d7-4d91-b684-f60d56851226",
"gambit_id": "2b61471a-951b-46ce-afd5-ad45186fa546",
"last_updated": "2022-08-15T14:17:18.485173-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "1.73000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c19da6f4-65b3-499b-8e9e-023990d07884/?format=api"
},
{
"id": "d8b012a2-76ed-4da9-9666-baad7b4a077e",
"gambit_id": "f06a8052-b994-4ddc-b6df-a562e23bd90a",
"last_updated": "2022-08-15T14:17:18.484728-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "1.96000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c19da6f4-65b3-499b-8e9e-023990d07884/?format=api"
}
]
}