GET /api/bet_types/39e5cb55-4559-48d9-b4d3-4ddccf3a0a05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39e5cb55-4559-48d9-b4d3-4ddccf3a0a05",
    "match": "https://api-prod.gambitprofit.com/api/matches/fedfe75f-42f7-42a7-894e-af5a9218a1d4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:05.018339-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4d50069-9603-4fdd-8181-f53e9fe558e7",
            "gambit_id": "14da1d70-bc9a-485b-932b-ced71ce2c448",
            "last_updated": "2023-02-14T09:46:58.716434-05:00",
            "created_at": "2023-02-13T08:17:05.019730-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e5cb55-4559-48d9-b4d3-4ddccf3a0a05/?format=api"
        },
        {
            "id": "aa8aa0bf-b662-456d-9bfc-7ab6acb672a1",
            "gambit_id": "f6eea82e-6cb6-4275-84d9-b737d196f7e4",
            "last_updated": "2023-02-14T09:46:58.717593-05:00",
            "created_at": "2023-02-13T08:17:05.021101-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e5cb55-4559-48d9-b4d3-4ddccf3a0a05/?format=api"
        }
    ]
}