GET /api/bet_types/ed0193dc-0cfb-4627-b63a-827b7e251878/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed0193dc-0cfb-4627-b63a-827b7e251878",
    "match": "https://api-prod.gambitprofit.com/api/matches/629b048c-00e5-4269-9bc1-80c42d3b1301/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-08T11:38:09.874360-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": "CLE (A Civale)",
                "amount": 5787.0
            },
            {
                "team": "BOS (M Dermody)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d9a5a7e-6901-41a5-994f-c7d7b41dac93",
            "gambit_id": "e358b9b2-9d0f-4df3-a36d-b77efdf00fc3",
            "last_updated": "2023-06-10T13:43:13.065425-04:00",
            "created_at": "2023-06-08T11:38:09.877732-04:00",
            "name": "CLE (A Civale)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed0193dc-0cfb-4627-b63a-827b7e251878/?format=api"
        },
        {
            "id": "98484317-b9d6-4941-870d-6203e770b49c",
            "gambit_id": "1ca19e41-0210-4159-b73a-7afe395e0087",
            "last_updated": "2023-06-10T13:43:13.063130-04:00",
            "created_at": "2023-06-08T11:38:09.876089-04:00",
            "name": "BOS (M Dermody)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed0193dc-0cfb-4627-b63a-827b7e251878/?format=api"
        }
    ]
}