GET /api/bet_types/9dc794f5-c921-47b4-8a77-2172f6d3b001/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dc794f5-c921-47b4-8a77-2172f6d3b001",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfbb4083-ee80-4546-a437-8a4ca03432ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T23:47:14.516781-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": "MIL (C Burnes)",
                "amount": 5527.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c76f30c-5573-48bf-854b-de1a61cf160b",
            "gambit_id": "8b107503-b398-4bee-aac3-00bf744e9185",
            "last_updated": "2023-03-31T10:27:26.383440-04:00",
            "created_at": "2023-03-29T23:47:14.522592-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dc794f5-c921-47b4-8a77-2172f6d3b001/?format=api"
        },
        {
            "id": "3e8b1ced-5bd3-4102-96a9-39dc44b49404",
            "gambit_id": "67b7c43e-be1c-412d-8e09-e75bc9d80c21",
            "last_updated": "2023-03-31T10:27:26.381543-04:00",
            "created_at": "2023-03-29T23:47:14.519829-04:00",
            "name": "CHC (M Stroman)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dc794f5-c921-47b4-8a77-2172f6d3b001/?format=api"
        }
    ]
}