GET /api/bet_types/19a6321f-fb1d-431c-88d3-7bc14d178b69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19a6321f-fb1d-431c-88d3-7bc14d178b69",
    "match": "https://api-prod.gambitprofit.com/api/matches/55c23018-944c-4a41-85d0-b0b349403803/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Brooklyn Nets",
                "amount": 5899.0
            },
            {
                "team": "New York Knicks",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b143f24-6f60-4a24-9f4e-9d11a7f9b6c3",
            "gambit_id": "1d8b3ede-30d9-406f-9a9b-957c30edaefb",
            "last_updated": "2022-11-10T09:24:09.673000-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a6321f-fb1d-431c-88d3-7bc14d178b69/?format=api"
        },
        {
            "id": "326825d4-b411-4710-9288-93f88af6e26d",
            "gambit_id": "fa67a136-708c-425e-99d1-3aac67ecf96b",
            "last_updated": "2022-11-10T09:24:09.675053-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a6321f-fb1d-431c-88d3-7bc14d178b69/?format=api"
        }
    ]
}