GET /api/bet_types/a1d1eb51-74ea-48bf-a4cd-c0cdefb17821/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1d1eb51-74ea-48bf-a4cd-c0cdefb17821",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57982f9-eecd-4045-b774-2ad97289900b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-25T08:38:06.747496-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": "Game Total Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "48c8e92a-cccc-4e64-8bcb-9aead8bdb467",
            "gambit_id": "32e1510d-2272-4da5-b278-8c76b1704b4c",
            "last_updated": "2023-08-28T18:38:01.766594-04:00",
            "created_at": "2023-08-25T08:38:06.755608-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1d1eb51-74ea-48bf-a4cd-c0cdefb17821/?format=api"
        },
        {
            "id": "2113cfa4-a688-4982-b204-8fefdf34fa2c",
            "gambit_id": "6003fc22-77d4-41da-a17c-57b2dae07d76",
            "last_updated": "2023-08-28T18:38:01.763258-04:00",
            "created_at": "2023-08-25T08:38:06.751418-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1d1eb51-74ea-48bf-a4cd-c0cdefb17821/?format=api"
        }
    ]
}