GET /api/bet_types/ddf6b7e8-1c3c-4c3a-94ac-c450ff955227/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddf6b7e8-1c3c-4c3a-94ac-c450ff955227",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4e409fd-d270-48c2-8c1c-58cee88fecf6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:08:02.470770-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": "Carolina Hurricanes",
                "amount": 5929.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4071.0
            }
        ],
        "expected_reward_tokens": 9485.43,
        "profit_sb": -14.57,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee513b99-91fe-4351-9437-c7e57f6dc786",
            "gambit_id": "5b087812-3491-49c9-af24-989431bce16c",
            "last_updated": "2023-11-25T10:53:24.282138-05:00",
            "created_at": "2023-11-24T09:08:02.480441-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddf6b7e8-1c3c-4c3a-94ac-c450ff955227/?format=api"
        },
        {
            "id": "86476ac9-12bd-48cf-9318-671e4f5df4ce",
            "gambit_id": "6facc548-0df0-4f4f-81a4-1e66ce95f7b3",
            "last_updated": "2023-11-25T10:53:24.278652-05:00",
            "created_at": "2023-11-24T09:08:02.475240-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddf6b7e8-1c3c-4c3a-94ac-c450ff955227/?format=api"
        }
    ]
}