GET /api/bet_types/8c357bc6-8c74-452c-909e-145b9224725f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c357bc6-8c74-452c-909e-145b9224725f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca11f72e-5886-49be-b078-10b1dff68d86/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-04T10:42:59.022469-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": "Oklahoma City Thunder",
                "amount": 7520.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 2480.0
            }
        ],
        "expected_reward_tokens": 9473.6,
        "profit_sb": -26.4,
        "profit_sb_percentage": -0.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0f09409-738d-4420-b172-a043af853025",
            "gambit_id": "6f2df2a3-a3c9-4e70-befb-afc644f969b0",
            "last_updated": "2024-02-06T09:18:13.814510-05:00",
            "created_at": "2024-02-04T10:42:59.045891-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c357bc6-8c74-452c-909e-145b9224725f/?format=api"
        },
        {
            "id": "6f72ac55-c4ba-4a9e-8396-8dfdf7e470ab",
            "gambit_id": "5dc14d01-3cb3-410f-862b-b6e44ace7696",
            "last_updated": "2024-02-06T09:18:13.810649-05:00",
            "created_at": "2024-02-04T10:42:59.036683-05:00",
            "name": "Toronto Raptors",
            "reward": "3.82000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c357bc6-8c74-452c-909e-145b9224725f/?format=api"
        }
    ]
}