GET /api/bet_types/c545341d-96e3-4345-99c8-2f5470041ecf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c545341d-96e3-4345-99c8-2f5470041ecf",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfcd97e9-be73-421e-8bab-1b0a6689b952/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:07.005476-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": 6010.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "cccd789f-42d4-49e9-b08e-cbc5b2e532ad",
            "gambit_id": "0f29f1dc-2691-47a2-b965-dfe17de2d877",
            "last_updated": "2023-11-13T13:53:12.642759-05:00",
            "created_at": "2023-11-11T08:53:07.014453-05:00",
            "name": "New York Islanders",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c545341d-96e3-4345-99c8-2f5470041ecf/?format=api"
        },
        {
            "id": "25fc2f3c-1723-42f3-9ea3-691c804239b2",
            "gambit_id": "652ea315-ed96-4980-a98b-00f4b42f93b5",
            "last_updated": "2023-11-13T13:53:12.638343-05:00",
            "created_at": "2023-11-11T08:53:07.009790-05:00",
            "name": "Washington Capitals",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c545341d-96e3-4345-99c8-2f5470041ecf/?format=api"
        }
    ]
}