GET /api/bet_types/fe79f3d7-603a-4bd5-bba8-f545da11fc52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe79f3d7-603a-4bd5-bba8-f545da11fc52",
    "match": "https://api-prod.gambitprofit.com/api/matches/53bfb8a7-4d5d-4998-93e9-68cf86c5337d/?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": "LOS (C Kershaw)",
                "amount": 5608.0
            },
            {
                "team": "NYM (C Bassitt)",
                "amount": 4392.0
            }
        ],
        "expected_reward_tokens": 9309.28,
        "profit_sb": 309.28,
        "profit_sb_percentage": 3.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "2cdca6b3-0b26-4431-ac71-37ac526b513a",
            "gambit_id": "0ac7217b-7db6-4b47-9682-4328ee053926",
            "last_updated": "2022-09-02T09:02:06.823498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe79f3d7-603a-4bd5-bba8-f545da11fc52/?format=api"
        },
        {
            "id": "fd4b979e-209a-44ae-90d2-6170b4dffde5",
            "gambit_id": "cb562e57-b748-446d-bf49-31cc55c29de7",
            "last_updated": "2022-09-02T09:02:06.823025-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Bassitt)",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe79f3d7-603a-4bd5-bba8-f545da11fc52/?format=api"
        }
    ]
}