GET /api/bet_types/2778d23e-c83d-4b19-af53-3cd4b465408a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2778d23e-c83d-4b19-af53-3cd4b465408a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e1c4421-764a-4f35-a387-d01f724ceb5f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T12:57:57.137180-04: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": "Dallas Davison",
                "amount": 5263.0
            },
            {
                "team": "Lloyd Mix",
                "amount": 4737.0
            }
        ],
        "expected_reward_tokens": 8526.06,
        "profit_sb": -973.94,
        "profit_sb_percentage": -10.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "957aca97-4a9f-4545-94ef-11e8c72abfb1",
            "gambit_id": "9f0f0484-0075-4d4e-929e-008955bfbb90",
            "last_updated": "2023-06-11T10:13:31.744918-04:00",
            "created_at": "2023-06-09T12:57:57.139231-04:00",
            "name": "Dallas Davison",
            "reward": "1.62000",
            "odds": "1.77000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2778d23e-c83d-4b19-af53-3cd4b465408a/?format=api"
        },
        {
            "id": "d3d9eedc-3647-435d-955f-0a4f09ea41ba",
            "gambit_id": "f8603ed8-5095-4f56-bea4-c056bdcfef07",
            "last_updated": "2023-06-11T10:13:31.747074-04:00",
            "created_at": "2023-06-09T12:57:57.141218-04:00",
            "name": "Lloyd Mix",
            "reward": "1.80000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2778d23e-c83d-4b19-af53-3cd4b465408a/?format=api"
        }
    ]
}