GET /api/bet_types/2ed09a60-3c8b-4595-85f4-0d168c76225b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ed09a60-3c8b-4595-85f4-0d168c76225b",
    "match": "https://api-prod.gambitprofit.com/api/matches/90712ea4-fa73-4f36-b0ea-1cd2c1fa61ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:14.363044-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": "Colorado Avalanche",
                "amount": 7774.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2226.0
            }
        ],
        "expected_reward_tokens": 9482.76,
        "profit_sb": -17.24,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2d95800-cfb3-4ca6-a5ff-b883b28a1116",
            "gambit_id": "633546a6-8bb9-447e-b07f-b2c2a36eb8f5",
            "last_updated": "2023-03-13T13:22:04.996873-04:00",
            "created_at": "2023-03-11T09:32:14.364236-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.22000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed09a60-3c8b-4595-85f4-0d168c76225b/?format=api"
        },
        {
            "id": "b98bd11e-945b-49fe-ba20-383e5c8bc3a3",
            "gambit_id": "3d0eaac6-d341-4071-b8c9-9ce3fc8d8eae",
            "last_updated": "2023-03-13T13:22:04.998540-04:00",
            "created_at": "2023-03-11T09:32:14.365476-05:00",
            "name": "Arizona Coyotes",
            "reward": "4.26000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed09a60-3c8b-4595-85f4-0d168c76225b/?format=api"
        }
    ]
}