GET /api/bet_types/fef23271-957f-404e-bb23-a333a82f67d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fef23271-957f-404e-bb23-a333a82f67d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1cc8485-870f-45eb-b17e-081f1e464c95/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:23:02.535517-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": "Los Angeles Clippers",
                "amount": 6546.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bd096a4-87fc-4ea3-8012-a578a47ffd0c",
            "gambit_id": "6cbac60b-0b73-4e70-925e-71c2ce707c39",
            "last_updated": "2023-11-10T11:33:05.767902-05:00",
            "created_at": "2023-11-08T08:23:02.540332-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef23271-957f-404e-bb23-a333a82f67d2/?format=api"
        },
        {
            "id": "5eb836c7-cc19-41e5-a26e-d3ca2ac06ca2",
            "gambit_id": "1088ebea-6a90-4018-9246-c425d8f90f50",
            "last_updated": "2023-11-10T11:33:05.771479-05:00",
            "created_at": "2023-11-08T08:23:02.544487-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef23271-957f-404e-bb23-a333a82f67d2/?format=api"
        }
    ]
}