GET /api/bet_types/bcb97d7c-6185-4541-9000-0bc169db1ad2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcb97d7c-6185-4541-9000-0bc169db1ad2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b5419d1-0ac6-467e-8834-d3c24028151b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-20T09:13:17.414507-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": "HOU",
                "amount": 6546.0
            },
            {
                "team": "TEX",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "fabae7f7-4bb8-438e-b98b-602b5c737c26",
            "gambit_id": "9259f821-2b90-4a24-ba84-520cb047237b",
            "last_updated": "2023-10-21T10:13:18.158098-04:00",
            "created_at": "2023-10-20T09:13:17.419294-04:00",
            "name": "HOU",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcb97d7c-6185-4541-9000-0bc169db1ad2/?format=api"
        },
        {
            "id": "9c129960-bfac-4f70-8838-77eefda3ed24",
            "gambit_id": "1f85b9ed-cbe2-4709-ac56-1bda33a58df0",
            "last_updated": "2023-10-21T10:13:18.161840-04:00",
            "created_at": "2023-10-20T09:13:17.426065-04:00",
            "name": "TEX",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcb97d7c-6185-4541-9000-0bc169db1ad2/?format=api"
        }
    ]
}