GET /api/bet_types/2dc81f41-0ba3-4c24-af7b-5e0a38a1bf00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dc81f41-0ba3-4c24-af7b-5e0a38a1bf00",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0bd4b2f-360c-440c-bd4b-61d5a46ab3b2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-25T13:28:13.967979-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": "Calgary Flames",
                "amount": 6232.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc510c5d-6a4e-46b4-8c75-421631b23a23",
            "gambit_id": "1331a060-231d-4fe8-b0ed-29106b27372a",
            "last_updated": "2024-01-26T20:53:22.708416-05:00",
            "created_at": "2024-01-25T13:28:13.973000-05:00",
            "name": "Calgary Flames",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dc81f41-0ba3-4c24-af7b-5e0a38a1bf00/?format=api"
        },
        {
            "id": "a37fea58-d16d-4cf7-bb61-b7730d501332",
            "gambit_id": "2790b58c-ac8f-4a52-8d4a-3af81a2bb9f7",
            "last_updated": "2024-01-26T20:53:22.712157-05:00",
            "created_at": "2024-01-25T13:28:13.977758-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dc81f41-0ba3-4c24-af7b-5e0a38a1bf00/?format=api"
        }
    ]
}