GET /api/bet_types/6bfd7b28-19c0-42d2-b3d4-7e1fe157e4e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bfd7b28-19c0-42d2-b3d4-7e1fe157e4e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/94bfb264-82f3-4cb6-830e-f2f9b8c9047d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:17.419031-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": "Rafa Garcia",
                "amount": 6920.0
            },
            {
                "team": "Clay Guida",
                "amount": 3080.0
            }
        ],
        "expected_reward_tokens": 9270.8,
        "profit_sb": -229.2,
        "profit_sb_percentage": -2.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ac441b4-ac86-471a-be99-99341115a855",
            "gambit_id": "36a192e2-4a1a-4931-a50d-aa9db1521a20",
            "last_updated": "2023-04-17T11:42:07.185889-04:00",
            "created_at": "2023-04-14T12:02:17.421017-04:00",
            "name": "Rafa Garcia",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bfd7b28-19c0-42d2-b3d4-7e1fe157e4e6/?format=api"
        },
        {
            "id": "c9f64e5d-c04a-4193-b592-7368590c1320",
            "gambit_id": "e04acf37-b143-403a-b1b0-05ffb1f725a2",
            "last_updated": "2023-04-17T11:42:07.187596-04:00",
            "created_at": "2023-04-14T12:02:17.423075-04:00",
            "name": "Clay Guida",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bfd7b28-19c0-42d2-b3d4-7e1fe157e4e6/?format=api"
        }
    ]
}