GET /api/bet_types/4cb8548b-b068-4d9c-81ce-2020e4b45c10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cb8548b-b068-4d9c-81ce-2020e4b45c10",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fb6b74f-89bd-4122-9de9-c8037bdfb1c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-05T10:03:22.429758-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5420932-f4f9-4f43-a162-9411ad9db511",
            "gambit_id": "c81a623d-8ffa-48f5-bc5f-80cba5bcf391",
            "last_updated": "2024-02-07T01:52:58.998259-05:00",
            "created_at": "2024-02-05T10:03:22.433651-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb8548b-b068-4d9c-81ce-2020e4b45c10/?format=api"
        },
        {
            "id": "a6f5bcc8-2642-4022-ab16-cf3c773a7dd1",
            "gambit_id": "a755b372-1340-4fdf-99b8-b684674c92d5",
            "last_updated": "2024-02-07T01:52:59.001526-05:00",
            "created_at": "2024-02-05T10:03:22.438041-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb8548b-b068-4d9c-81ce-2020e4b45c10/?format=api"
        }
    ]
}