GET /api/bet_types/fae06550-e027-4ecb-a5a0-c9328b819f26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fae06550-e027-4ecb-a5a0-c9328b819f26",
    "match": "https://api-prod.gambitprofit.com/api/matches/61cece5c-5588-4c06-93ba-49a53e495575/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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 (M Grove)",
                "amount": 5217.0
            },
            {
                "team": "ARI (Z Davies)",
                "amount": 4783.0
            }
        ],
        "expected_reward_tokens": 9181.92,
        "profit_sb": 181.92,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "22e088f6-40d6-4bdb-b81c-021d518caf3a",
            "gambit_id": "a17712cd-5744-437c-afd3-42ccac899f37",
            "last_updated": "2022-09-15T11:07:07.573620-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (M Grove)",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fae06550-e027-4ecb-a5a0-c9328b819f26/?format=api"
        },
        {
            "id": "7b294df2-1d38-42a5-a862-b36553da3500",
            "gambit_id": "0acc952f-cdb3-4fa5-9b9c-370c4abd0038",
            "last_updated": "2022-09-15T11:07:07.572607-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Davies)",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fae06550-e027-4ecb-a5a0-c9328b819f26/?format=api"
        }
    ]
}