GET /api/bet_types/3fe63d1d-283b-4d27-b084-1ec337c71e19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fe63d1d-283b-4d27-b084-1ec337c71e19",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d1ac3a2-e61c-4722-8308-362c2b7c3347/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-13T09:08:21.914236-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": "CWS",
                "amount": 5317.0
            },
            {
                "team": "LOS",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "55c63762-2f3a-4378-9c8e-ae596f7e491b",
            "gambit_id": "720c3632-2686-4985-9b15-3e476721c4e2",
            "last_updated": "2023-06-14T11:18:16.603349-04:00",
            "created_at": "2023-06-13T09:08:21.918548-04:00",
            "name": "CWS",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe63d1d-283b-4d27-b084-1ec337c71e19/?format=api"
        },
        {
            "id": "586ed90f-deb9-444e-a83c-2c82b61d61ef",
            "gambit_id": "42916ae8-d272-4be2-90d6-ea8e7dcbbb27",
            "last_updated": "2023-06-14T11:18:16.606533-04:00",
            "created_at": "2023-06-13T09:08:21.920983-04:00",
            "name": "LOS",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe63d1d-283b-4d27-b084-1ec337c71e19/?format=api"
        }
    ]
}