GET /api/bet_types/7e6e460c-0d54-4365-971a-4cbd70ef951c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e6e460c-0d54-4365-971a-4cbd70ef951c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a08b12e1-9971-4207-9a05-4846b134aafb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T09:33:12.298641-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": "New York Islanders",
                "amount": 6900.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3100.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec1a0954-0817-41a3-840c-15798eaae7bb",
            "gambit_id": "888c134b-89f6-4758-85d0-28439b930f90",
            "last_updated": "2024-01-22T12:08:22.186536-05:00",
            "created_at": "2024-01-19T09:33:12.302664-05:00",
            "name": "New York Islanders",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e6e460c-0d54-4365-971a-4cbd70ef951c/?format=api"
        },
        {
            "id": "51e4b6aa-c88a-4ece-8efc-66b48a5be7a0",
            "gambit_id": "caa684a4-fb50-43df-bdc0-46e772f250b5",
            "last_updated": "2024-01-22T12:08:22.190974-05:00",
            "created_at": "2024-01-19T09:33:12.307103-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e6e460c-0d54-4365-971a-4cbd70ef951c/?format=api"
        }
    ]
}