GET /api/bet_types/d91ed51c-865e-43c1-a3a8-239b2cdcaddf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d91ed51c-865e-43c1-a3a8-239b2cdcaddf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e564d1be-2e7e-4034-8149-f82a5c3bba3a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T05:32:06.004799-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": "Mason Shaw",
                "amount": 6432.0
            },
            {
                "team": "Lee Browne",
                "amount": 3568.0
            }
        ],
        "expected_reward_tokens": 9455.04,
        "profit_sb": -44.96,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "f989b380-7dda-4bd6-adcc-1ace51741b65",
            "gambit_id": "5831d9fa-89f3-4a47-b2bd-1b76f8adb1b2",
            "last_updated": "2023-03-06T14:57:10.419947-05:00",
            "created_at": "2023-03-02T05:32:06.007957-05:00",
            "name": "Mason Shaw",
            "reward": "1.47000",
            "odds": "1.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d91ed51c-865e-43c1-a3a8-239b2cdcaddf/?format=api"
        },
        {
            "id": "9a56c458-79e0-4d48-92ee-7d0ddce4f787",
            "gambit_id": "5b7755f7-a5ef-4bd8-97a5-bba76b93e18d",
            "last_updated": "2023-03-06T14:57:10.418702-05:00",
            "created_at": "2023-03-02T05:32:06.006504-05:00",
            "name": "Lee Browne",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d91ed51c-865e-43c1-a3a8-239b2cdcaddf/?format=api"
        }
    ]
}