GET /api/bet_types/db1c95d4-991b-4381-8186-2c452ff9dd1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db1c95d4-991b-4381-8186-2c452ff9dd1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0efebcb9-6b7e-4021-84bc-cfb3157b0326/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-18T09:53:16.160745-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": "Philadelphia 76ers",
                "amount": 7920.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 2080.0
            }
        ],
        "expected_reward_tokens": 9422.4,
        "profit_sb": -77.6,
        "profit_sb_percentage": -0.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "45774878-fda7-41d2-a489-2e39d73ca60c",
            "gambit_id": "e3b10c32-f4a8-458c-9f0f-bb0c548e004a",
            "last_updated": "2023-12-19T20:58:15.836166-05:00",
            "created_at": "2023-12-18T09:53:16.168706-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.19000",
            "odds": "1.20410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1c95d4-991b-4381-8186-2c452ff9dd1c/?format=api"
        },
        {
            "id": "8c4a8485-8886-47e4-9f2d-7592817ae55a",
            "gambit_id": "2d04d0ee-84a6-44ad-89a2-08a92511bd0d",
            "last_updated": "2023-12-19T20:58:15.832171-05:00",
            "created_at": "2023-12-18T09:53:16.164533-05:00",
            "name": "Chicago Bulls",
            "reward": "4.53000",
            "odds": "4.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1c95d4-991b-4381-8186-2c452ff9dd1c/?format=api"
        }
    ]
}