GET /api/bet_types/bd4f389d-d35b-4e39-8074-1db7bdff3f8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd4f389d-d35b-4e39-8074-1db7bdff3f8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e0c9970-9bbd-4ce5-8fc7-a1d7a63cbbf4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:38:02.131932-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": "Milwaukee Bucks",
                "amount": 8250.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 1750.0
            }
        ],
        "expected_reward_tokens": 9485.0,
        "profit_sb": -15.0,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "84fb37e4-41eb-4201-999b-cdeaee3714df",
            "gambit_id": "b5ae400c-254d-46fb-abfa-03c03bb28483",
            "last_updated": "2023-12-12T21:48:20.564908-05:00",
            "created_at": "2023-12-11T09:38:02.143446-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.15000",
            "odds": "1.15620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4f389d-d35b-4e39-8074-1db7bdff3f8d/?format=api"
        },
        {
            "id": "4aaaf27d-8324-4ab9-b3d2-25026bc622e1",
            "gambit_id": "af4f120d-b6b4-4a4d-8980-2d96e072f3c6",
            "last_updated": "2023-12-12T21:48:20.558202-05:00",
            "created_at": "2023-12-11T09:38:02.136121-05:00",
            "name": "Chicago Bulls",
            "reward": "5.42000",
            "odds": "5.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4f389d-d35b-4e39-8074-1db7bdff3f8d/?format=api"
        }
    ]
}