GET /api/bet_types/5d28ec59-0a33-4f7f-89bf-2c99ac8cdf7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d28ec59-0a33-4f7f-89bf-2c99ac8cdf7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcac2901-da81-4e88-ad92-dc7d2a748b59/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-24T09:13:14.712835-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": "Seattle Kraken",
                "amount": 7197.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d572f170-2190-4daf-886b-a24cf21e2742",
            "gambit_id": "de5bb962-a5b0-4f16-a4ad-dd84a99f89a3",
            "last_updated": "2024-01-26T13:18:10.129798-05:00",
            "created_at": "2024-01-24T09:13:14.721542-05:00",
            "name": "Seattle Kraken",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d28ec59-0a33-4f7f-89bf-2c99ac8cdf7f/?format=api"
        },
        {
            "id": "cc203dc7-bd4a-422b-bbd8-03761fa353e4",
            "gambit_id": "71536946-bd61-4661-9fd9-0c52a486bc50",
            "last_updated": "2024-01-26T13:18:10.125771-05:00",
            "created_at": "2024-01-24T09:13:14.716963-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d28ec59-0a33-4f7f-89bf-2c99ac8cdf7f/?format=api"
        }
    ]
}