GET /api/bet_types/cbad3136-1ce6-407a-bdde-e15cb9a759e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbad3136-1ce6-407a-bdde-e15cb9a759e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f421144-1fad-46f5-b6a4-55aa65cf00b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-08T14:32:09.299494-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 Angeles Clippers",
                "amount": 7357.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9488.37,
        "profit_sb": -11.63,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "346e9d7c-6636-460e-980f-27c6c3fc23b3",
            "gambit_id": "8fc0e37b-c7ed-459d-8e11-a2161fd9027d",
            "last_updated": "2023-02-09T11:12:08.697805-05:00",
            "created_at": "2023-02-08T14:32:09.300799-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbad3136-1ce6-407a-bdde-e15cb9a759e9/?format=api"
        },
        {
            "id": "87eb2eea-a5b6-41df-bdae-1df975d77528",
            "gambit_id": "51db6bdf-d955-4732-8c77-27900b113c37",
            "last_updated": "2023-02-09T11:12:08.699155-05:00",
            "created_at": "2023-02-08T14:32:09.302128-05:00",
            "name": "Dallas Mavericks",
            "reward": "3.59000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbad3136-1ce6-407a-bdde-e15cb9a759e9/?format=api"
        }
    ]
}