GET /api/bet_types/e2f38ecb-2a47-440e-85b2-ec6c321eb88a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e2f38ecb-2a47-440e-85b2-ec6c321eb88a",
"match": "https://api-prod.gambitprofit.com/api/matches/6571c7ca-f6ed-4947-99c6-e54f5f553406/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-02T15:42:10.784530-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": "PIT",
"amount": 5512.0
},
{
"team": "TAM",
"amount": 4488.0
}
],
"expected_reward_tokens": 9424.8,
"profit_sb": -75.2,
"profit_sb_percentage": -0.79,
"recommended": false
},
"lines": [
{
"id": "83e21420-508b-4c18-aa7b-4d9c22b89a83",
"gambit_id": "433f6c43-1806-40db-b5ac-7ee93ff9df2d",
"last_updated": "2023-05-03T12:12:17.484626-04:00",
"created_at": "2023-05-02T15:42:10.787483-04:00",
"name": "PIT",
"reward": "1.71000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f38ecb-2a47-440e-85b2-ec6c321eb88a/?format=api"
},
{
"id": "36943d8e-e2b2-42b0-93f0-163a2043a580",
"gambit_id": "5b61bade-57ad-4e42-8ee3-78959732dbe9",
"last_updated": "2023-05-03T12:12:17.482943-04:00",
"created_at": "2023-05-02T15:42:10.786085-04:00",
"name": "TAM",
"reward": "2.10000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f38ecb-2a47-440e-85b2-ec6c321eb88a/?format=api"
}
]
}