GET /api/bet_types/48ab25a6-11f8-4104-89a3-1474819546a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48ab25a6-11f8-4104-89a3-1474819546a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/00dae2f7-0633-4674-8deb-89ab333de429/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-22T08:52:02.164799-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": "Calgary Flames",
                "amount": 6667.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "6db99f2c-bf3a-41f8-bcbe-7404497cd0cf",
            "gambit_id": "da79ff11-1264-4620-9b46-6e95ea77bc54",
            "last_updated": "2023-02-23T09:26:55.621081-05:00",
            "created_at": "2023-02-22T08:52:02.167369-05:00",
            "name": "Calgary Flames",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48ab25a6-11f8-4104-89a3-1474819546a2/?format=api"
        },
        {
            "id": "833d3d53-d16e-4e6f-92cf-756a4f8132ea",
            "gambit_id": "491e29ce-f3f9-4df9-a561-c48e43187b5f",
            "last_updated": "2023-02-23T09:26:55.619887-05:00",
            "created_at": "2023-02-22T08:52:02.166037-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48ab25a6-11f8-4104-89a3-1474819546a2/?format=api"
        }
    ]
}