GET /api/bet_types/fc46e164-dfe0-48b5-bf93-418264511cfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc46e164-dfe0-48b5-bf93-418264511cfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/64d837bb-f1e4-420e-8878-5a17ad17aabc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:07.680550-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": "New England Patriots",
                "amount": 5788.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7ba05d8-ac6c-4e6b-bee4-d933f64db867",
            "gambit_id": "fb12349c-739e-4b62-876e-72d59ea49ec5",
            "last_updated": "2023-11-06T21:18:20.443083-05:00",
            "created_at": "2023-11-02T09:03:07.689280-04:00",
            "name": "New England Patriots",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc46e164-dfe0-48b5-bf93-418264511cfd/?format=api"
        },
        {
            "id": "1ab1d00c-5d50-4770-977f-9ae3a067322e",
            "gambit_id": "3419b813-a261-4a00-87a7-07cb8cfaa953",
            "last_updated": "2023-11-06T21:18:20.439794-05:00",
            "created_at": "2023-11-02T09:03:07.684885-04:00",
            "name": "Washington Commanders",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc46e164-dfe0-48b5-bf93-418264511cfd/?format=api"
        }
    ]
}