GET /api/bet_types/b61ba08e-4438-4524-b265-41801cd6bb66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b61ba08e-4438-4524-b265-41801cd6bb66",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d868d14-bdb8-495c-9bf4-bb7cc1222018/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-15T11:36:57.858358-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": "CHC",
                "amount": 5512.0
            },
            {
                "team": "HOU",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b8ff915-1d88-41a5-9b1e-3fe4783df5e3",
            "gambit_id": "0be9da65-5e12-4ded-a758-76396c3c9a27",
            "last_updated": "2023-05-16T10:42:09.669343-04:00",
            "created_at": "2023-05-15T11:36:57.861939-04:00",
            "name": "CHC",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b61ba08e-4438-4524-b265-41801cd6bb66/?format=api"
        },
        {
            "id": "8adf0d39-e33d-48b8-b7bc-57b91dde7d5a",
            "gambit_id": "a6735cd6-e57f-4255-852a-87c3299e7443",
            "last_updated": "2023-05-16T10:42:09.667440-04:00",
            "created_at": "2023-05-15T11:36:57.860073-04:00",
            "name": "HOU",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b61ba08e-4438-4524-b265-41801cd6bb66/?format=api"
        }
    ]
}