GET /api/bet_types/e84f725c-61ef-40a0-a12f-34a803e751ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e84f725c-61ef-40a0-a12f-34a803e751ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/d18c349c-28d2-47e4-bd0f-2c021d46148b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T09:17:07.452683-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": "Minnesota Wild",
                "amount": 5784.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "69bdacbf-109b-4376-8818-d6f04fb559ba",
            "gambit_id": "a5f3d4c2-95f9-4345-8de7-85ee63960dd1",
            "last_updated": "2023-03-20T11:42:08.551883-04:00",
            "created_at": "2023-03-19T09:17:07.454198-04:00",
            "name": "Minnesota Wild",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e84f725c-61ef-40a0-a12f-34a803e751ec/?format=api"
        },
        {
            "id": "efd6648d-f862-4ff4-9186-55ce5e7c9548",
            "gambit_id": "db32cabf-ed62-47a3-b4d8-d8acfaeeb256",
            "last_updated": "2023-03-20T11:42:08.554777-04:00",
            "created_at": "2023-03-19T09:17:07.455715-04:00",
            "name": "Washington Capitals",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e84f725c-61ef-40a0-a12f-34a803e751ec/?format=api"
        }
    ]
}