GET /api/bet_types/5f419c26-3b7a-430c-9195-5613e4ab8c07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5f419c26-3b7a-430c-9195-5613e4ab8c07",
"match": "https://api-prod.gambitprofit.com/api/matches/8e05c794-700a-4738-8179-e4ae20dc1620/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-30T09:58:15.398224-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": "TEX",
"amount": 5213.0
},
{
"team": "SDG",
"amount": 4787.0
}
],
"expected_reward_tokens": 9382.52,
"profit_sb": -117.48,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "07d21b72-e65a-4b18-997d-927edd480e80",
"gambit_id": "618d7b83-6116-4ef5-95e3-4bb22792da0a",
"last_updated": "2023-07-31T18:08:15.246652-04:00",
"created_at": "2023-07-30T09:58:15.402031-04:00",
"name": "TEX",
"reward": "1.80000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f419c26-3b7a-430c-9195-5613e4ab8c07/?format=api"
},
{
"id": "8c85a553-e1b4-4573-a527-bdeef56f8250",
"gambit_id": "d3adbf82-fa48-4d20-888c-1fbb39d71a32",
"last_updated": "2023-07-31T18:08:15.250675-04:00",
"created_at": "2023-07-30T09:58:15.406017-04:00",
"name": "SDG",
"reward": "1.96000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f419c26-3b7a-430c-9195-5613e4ab8c07/?format=api"
}
]
}