GET /api/bet_types/c2cfa961-c050-40cb-88bd-85cb83322611/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2cfa961-c050-40cb-88bd-85cb83322611",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f2e6230-b40f-4fc8-91fb-15d24ebe218b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-30T10:27:09.842276-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": "Pittsburgh Penguins",
                "amount": 5098.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc0f2489-4289-436d-8062-1ec39462607d",
            "gambit_id": "10cebedb-fc4c-47f6-a744-99c205257d81",
            "last_updated": "2022-12-31T16:56:57.393799-05:00",
            "created_at": "2022-12-30T10:27:09.843404-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2cfa961-c050-40cb-88bd-85cb83322611/?format=api"
        },
        {
            "id": "11bf2ea1-1dc2-4cdb-bb5c-d7c306e9cbc2",
            "gambit_id": "e4576671-1ed1-4236-9ac8-c1c755356a58",
            "last_updated": "2022-12-31T16:56:57.394852-05:00",
            "created_at": "2022-12-30T10:27:09.844601-05:00",
            "name": "New Jersey Devils",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2cfa961-c050-40cb-88bd-85cb83322611/?format=api"
        }
    ]
}