GET /api/bet_types/a0335abb-a118-47cd-818c-2e2b5cf220e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0335abb-a118-47cd-818c-2e2b5cf220e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/46e2d680-1d23-4f12-b98f-fa75acc2e86a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T13:52:00.924284-04: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": "Toronto Maple Leafs",
                "amount": 6892.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9510.48,
        "profit_sb": 10.48,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "9fc9dbd3-d876-4e1e-b1a3-ad7b1d0e3eb4",
            "gambit_id": "8ccc8006-7482-4446-a0a0-c0105c3daef7",
            "last_updated": "2023-04-03T20:27:20.168032-04:00",
            "created_at": "2023-04-02T13:52:00.929423-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0335abb-a118-47cd-818c-2e2b5cf220e8/?format=api"
        },
        {
            "id": "b84fda62-7293-41cc-b9d6-234288a84b80",
            "gambit_id": "bb65dccc-d8d0-4a09-bb2e-1aa2baa3be44",
            "last_updated": "2023-04-03T20:27:20.162872-04:00",
            "created_at": "2023-04-02T13:52:00.926573-04:00",
            "name": "Detroit Red Wings",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0335abb-a118-47cd-818c-2e2b5cf220e8/?format=api"
        }
    ]
}