GET /api/bet_types/4fee52e8-098a-4101-8f7b-25a9f1cba279/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fee52e8-098a-4101-8f7b-25a9f1cba279",
    "match": "https://api-prod.gambitprofit.com/api/matches/da59aa98-309b-4ca2-8ffa-7039a5d29ea0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T18:16:57.012108-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": "Atlanta FaZe",
                "amount": 6263.0
            },
            {
                "team": "Seattle Surge",
                "amount": 3737.0
            }
        ],
        "expected_reward_tokens": 8705.57,
        "profit_sb": -294.43,
        "profit_sb_percentage": -3.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "e78fa78d-d300-4d94-8436-f8f73d5f59bf",
            "gambit_id": "d318ab3d-7a81-451c-9a76-1bf68f7a1d40",
            "last_updated": "2023-01-16T20:11:57.648118-05:00",
            "created_at": "2023-01-12T18:16:57.014568-05:00",
            "name": "Atlanta FaZe",
            "reward": "1.39000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fee52e8-098a-4101-8f7b-25a9f1cba279/?format=api"
        },
        {
            "id": "44a045ab-c1bd-47dc-a231-b71d514c4935",
            "gambit_id": "1f4850ae-a164-4bed-a840-6a4a15862607",
            "last_updated": "2023-01-16T20:11:57.644777-05:00",
            "created_at": "2023-01-12T18:16:57.013338-05:00",
            "name": "Seattle Surge",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fee52e8-098a-4101-8f7b-25a9f1cba279/?format=api"
        }
    ]
}