GET /api/bet_types/e4989143-6974-4881-a7a3-b041f9587850/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e4989143-6974-4881-a7a3-b041f9587850",
"match": "https://api-prod.gambitprofit.com/api/matches/b414588f-540c-4914-97fb-f01bfe3e5352/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-19T09:28:03.339475-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": "STL",
"amount": 6090.0
},
{
"team": "NYM",
"amount": 3910.0
}
],
"expected_reward_tokens": 9500.4,
"profit_sb": 0.4,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "305387ca-12bb-4d86-82e2-a7f5f192b92c",
"gambit_id": "8fcfc87e-f866-4cf6-9d36-835bf640e857",
"last_updated": "2023-08-21T11:03:21.890630-04:00",
"created_at": "2023-08-19T09:28:03.349810-04:00",
"name": "STL",
"reward": "1.56000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4989143-6974-4881-a7a3-b041f9587850/?format=api"
},
{
"id": "7f1de450-e85d-4cba-a508-54507b5b6373",
"gambit_id": "73decb1a-722c-4448-8010-2dfd8700d276",
"last_updated": "2023-08-21T11:03:21.887007-04:00",
"created_at": "2023-08-19T09:28:03.343378-04:00",
"name": "NYM",
"reward": "2.43000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4989143-6974-4881-a7a3-b041f9587850/?format=api"
}
]
}