GET /api/bet_types/28c9ad85-3d19-4688-97a8-864399dfaf96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28c9ad85-3d19-4688-97a8-864399dfaf96",
    "match": "https://api-prod.gambitprofit.com/api/matches/6abdddaf-027b-4eb5-a846-5f67a3079771/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:14.301301-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": "Carolina Hurricanes",
                "amount": 7072.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 2928.0
            }
        ],
        "expected_reward_tokens": 9545.28,
        "profit_sb": 45.28,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "929c2c10-ae32-4ac8-b4fd-e2a9d55cec94",
            "gambit_id": "02a6f857-c522-4c70-abb0-c4cdebf4536c",
            "last_updated": "2023-04-05T22:47:03.200200-04:00",
            "created_at": "2023-04-04T09:32:14.302931-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28c9ad85-3d19-4688-97a8-864399dfaf96/?format=api"
        },
        {
            "id": "5853c20e-25d0-48f9-a08e-7e4540fc730b",
            "gambit_id": "6761dae4-f44a-421d-8bd8-6287a0e0d148",
            "last_updated": "2023-04-05T22:47:03.203067-04:00",
            "created_at": "2023-04-04T09:32:14.304615-04:00",
            "name": "Ottawa Senators",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28c9ad85-3d19-4688-97a8-864399dfaf96/?format=api"
        }
    ]
}