GET /api/bet_types/dd290b28-afba-4ea0-9ba9-9bd57701aae6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd290b28-afba-4ea0-9ba9-9bd57701aae6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cd4049e-fe7c-4d4c-b877-4dfd1a0831fd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:07.647900-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": 5107.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b583096-c0bd-4b26-b0a8-ab52c524c98d",
            "gambit_id": "d4dd4b9b-2d87-479a-99f5-e36af68d53e0",
            "last_updated": "2023-12-07T21:43:03.990647-05:00",
            "created_at": "2023-12-06T09:13:07.656326-05:00",
            "name": "Chicago Bulls",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd290b28-afba-4ea0-9ba9-9bd57701aae6/?format=api"
        },
        {
            "id": "24530056-c0ff-4ba1-92c8-6858655b6392",
            "gambit_id": "43259854-863f-4447-a287-b783248334c0",
            "last_updated": "2023-12-07T21:43:03.987237-05:00",
            "created_at": "2023-12-06T09:13:07.652317-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd290b28-afba-4ea0-9ba9-9bd57701aae6/?format=api"
        }
    ]
}