GET /api/bet_types/4faa3d70-ada1-440c-b2a1-da9893b90b8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4faa3d70-ada1-440c-b2a1-da9893b90b8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a1c4b8f-cf29-4a2c-a994-c5fc29d79851/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:07.614882-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": 6901.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3099.0
            }
        ],
        "expected_reward_tokens": 9109.32,
        "profit_sb": 109.32,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "f478aa10-a0b2-4989-8e04-75fe7689566c",
            "gambit_id": "63c0859d-87a2-44fc-830a-cc6d75e62a3a",
            "last_updated": "2022-12-31T10:46:58.128900-05:00",
            "created_at": "2022-12-29T08:42:07.616417-05:00",
            "name": "New York Islanders",
            "reward": "1.32000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4faa3d70-ada1-440c-b2a1-da9893b90b8c/?format=api"
        },
        {
            "id": "5c00b219-0e3c-4a2d-85ab-81fc281777bd",
            "gambit_id": "e24f1e58-2a99-499c-9a50-18125f22a201",
            "last_updated": "2022-12-31T10:46:58.129990-05:00",
            "created_at": "2022-12-29T08:42:07.618033-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.94000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4faa3d70-ada1-440c-b2a1-da9893b90b8c/?format=api"
        }
    ]
}