GET /api/bet_types/1edb5271-c40c-441f-aa68-de8eb5f42e17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1edb5271-c40c-441f-aa68-de8eb5f42e17",
    "match": "https://api-prod.gambitprofit.com/api/matches/83e5923e-a43d-4b58-afa0-cbff40fd5c31/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-12T10:56:58.428823-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": "Vegas Golden Knights",
                "amount": 7500.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2500.0
            }
        ],
        "expected_reward_tokens": 9525.0,
        "profit_sb": 25.0,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d43ce85-65f2-4b98-86c0-aa1c0d4a0d8a",
            "gambit_id": "5f21b6fc-7b50-421f-8d6f-52ab78118baf",
            "last_updated": "2023-02-13T10:02:11.359174-05:00",
            "created_at": "2023-02-12T10:56:58.430048-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1edb5271-c40c-441f-aa68-de8eb5f42e17/?format=api"
        },
        {
            "id": "df79a2fc-27eb-45a6-8adc-0fbecb99cdf5",
            "gambit_id": "f11927b3-24ee-40da-a691-5253aa419861",
            "last_updated": "2023-02-13T10:02:11.360607-05:00",
            "created_at": "2023-02-12T10:56:58.431334-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1edb5271-c40c-441f-aa68-de8eb5f42e17/?format=api"
        }
    ]
}