GET /api/bet_types/11f3da44-caad-4352-8ead-dc6f4253e8f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11f3da44-caad-4352-8ead-dc6f4253e8f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6a0dd45-19fd-4aa6-84f7-28b3ce07c1b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-07T08:38:25.150080-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": "Pittsburgh Penguins",
                "amount": 6314.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "25f51d32-2647-469e-a178-131ef9a7bb6c",
            "gambit_id": "1ddb587a-fe40-454d-a240-37675cd8cfd8",
            "last_updated": "2023-11-08T17:48:19.886428-05:00",
            "created_at": "2023-11-07T08:38:25.154295-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f3da44-caad-4352-8ead-dc6f4253e8f9/?format=api"
        },
        {
            "id": "b07d361c-25c0-433d-a5b8-498145aa3230",
            "gambit_id": "416811ce-a4aa-4134-a55a-12f98ce90500",
            "last_updated": "2023-11-08T17:48:19.894538-05:00",
            "created_at": "2023-11-07T08:38:25.158372-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f3da44-caad-4352-8ead-dc6f4253e8f9/?format=api"
        }
    ]
}