GET /api/bet_types/e36df1db-c9eb-4b0d-b106-7da0e238818a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e36df1db-c9eb-4b0d-b106-7da0e238818a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9335e35e-850c-4888-aeaf-17cb7032794c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-15T09:18:13.074691-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": "Game Total Over 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "818fe837-1e9d-4eec-a454-9f8cb65baa5b",
            "gambit_id": "6074132f-4d95-43e7-abf8-49548040b348",
            "last_updated": "2023-11-16T14:33:15.426425-05:00",
            "created_at": "2023-11-15T09:18:13.079122-05:00",
            "name": "Game Total Over 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e36df1db-c9eb-4b0d-b106-7da0e238818a/?format=api"
        },
        {
            "id": "72a60501-b067-4546-b6dd-45c99373aca8",
            "gambit_id": "e689632e-bf89-4fb0-90ae-8124c92a8ac2",
            "last_updated": "2023-11-16T14:33:15.429593-05:00",
            "created_at": "2023-11-15T09:18:13.084819-05:00",
            "name": "Game Total Under 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e36df1db-c9eb-4b0d-b106-7da0e238818a/?format=api"
        }
    ]
}