GET /api/bet_types/12cd7eaf-6a42-4dcc-af10-271c2435831b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12cd7eaf-6a42-4dcc-af10-271c2435831b",
    "match": "https://api-prod.gambitprofit.com/api/matches/62cdbfeb-d403-41ef-855c-68183d639385/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T08:58:06.716638-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": "ATL",
                "amount": 5857.0
            },
            {
                "team": "CWS",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5c4b3e6-a84b-430a-8995-22d336725c74",
            "gambit_id": "b6036654-20f9-4f9c-a452-010f7e541e93",
            "last_updated": "2023-07-17T10:08:18.389572-04:00",
            "created_at": "2023-07-15T08:58:06.719494-04:00",
            "name": "ATL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12cd7eaf-6a42-4dcc-af10-271c2435831b/?format=api"
        },
        {
            "id": "b108ceb4-cf62-4dfd-ab62-c8daeec1643e",
            "gambit_id": "806dba5d-7bb7-4eb5-a654-ec9ce636b32b",
            "last_updated": "2023-07-17T10:08:18.388358-04:00",
            "created_at": "2023-07-15T08:58:06.718023-04:00",
            "name": "CWS",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12cd7eaf-6a42-4dcc-af10-271c2435831b/?format=api"
        }
    ]
}