GET /api/bet_types/340f6c74-8a73-4bfd-ac3c-189b3fd55966/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "340f6c74-8a73-4bfd-ac3c-189b3fd55966",
    "match": "https://api-prod.gambitprofit.com/api/matches/efe22a39-d53d-4722-ad6d-fd9225bdd800/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:09.687776-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": "Kansas City Chiefs",
                "amount": 7945.0
            },
            {
                "team": "New England Patriots",
                "amount": 2055.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e34528c-48d4-4c78-9f42-b8ea0a884be6",
            "gambit_id": "d76a4f80-0c68-4e9b-a5a7-c7b19f709cbb",
            "last_updated": "2023-12-19T09:58:17.577616-05:00",
            "created_at": "2023-12-15T09:13:09.692182-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/340f6c74-8a73-4bfd-ac3c-189b3fd55966/?format=api"
        },
        {
            "id": "7190da0a-9041-446b-affb-74ef2411e4cf",
            "gambit_id": "407e2c86-aa33-4247-aa63-00e6c3967334",
            "last_updated": "2023-12-19T09:58:17.580889-05:00",
            "created_at": "2023-12-15T09:13:09.696458-05:00",
            "name": "New England Patriots",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/340f6c74-8a73-4bfd-ac3c-189b3fd55966/?format=api"
        }
    ]
}