GET /api/bet_types/2c300913-7ab6-4fae-98ca-a7a4752c855b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c300913-7ab6-4fae-98ca-a7a4752c855b",
    "match": "https://api-prod.gambitprofit.com/api/matches/23d2b41e-9728-4815-b565-d31580288f49/?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": "Carolina Hurricanes",
                "amount": 6047.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "f0f3d333-f874-4457-838f-8e0904ac85bb",
            "gambit_id": "fdbe6593-e7c3-4252-a88b-e0938ee94fe8",
            "last_updated": "2022-12-14T10:17:17.542817-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c300913-7ab6-4fae-98ca-a7a4752c855b/?format=api"
        },
        {
            "id": "b6ec8a45-06eb-4179-97f9-a3f7d438337f",
            "gambit_id": "a5215517-e766-4db5-88e4-55156c8c530d",
            "last_updated": "2022-12-14T10:17:17.541716-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c300913-7ab6-4fae-98ca-a7a4752c855b/?format=api"
        }
    ]
}