GET /api/bet_types/b5fb8868-1e3d-4ba2-aea8-fb0f04d599d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5fb8868-1e3d-4ba2-aea8-fb0f04d599d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0637f46-cd10-4bf3-8e36-df07ba92dcd9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T10:37:55.641959-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": "Edmonton Oilers",
                "amount": 5512.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9ad092c-60c2-4a2e-9475-9ef71ea114f8",
            "gambit_id": "7b6f2c74-d78b-471b-b7a7-7d80289668ac",
            "last_updated": "2023-03-06T11:42:13.838612-05:00",
            "created_at": "2023-03-04T10:37:55.644478-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5fb8868-1e3d-4ba2-aea8-fb0f04d599d2/?format=api"
        },
        {
            "id": "f9f557f3-a568-4d63-bd50-0c0ec88a3ceb",
            "gambit_id": "21174c83-5d65-41b7-81a0-bffd0819872a",
            "last_updated": "2023-03-06T11:42:13.837462-05:00",
            "created_at": "2023-03-04T10:37:55.643136-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5fb8868-1e3d-4ba2-aea8-fb0f04d599d2/?format=api"
        }
    ]
}