GET /api/bet_types/05894591-18df-4817-8a18-985f92c31041/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05894591-18df-4817-8a18-985f92c31041",
    "match": "https://api-prod.gambitprofit.com/api/matches/df15c639-5e04-4183-be5c-c52e9b28b11b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-05T09:22:23.300673-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": "3c5903ee-6b1a-4a5f-961c-f969a4310b3f",
            "gambit_id": "f5f08cb6-700a-4511-ac38-5712d5d4b6bc",
            "last_updated": "2023-04-06T11:27:05.191339-04:00",
            "created_at": "2023-04-05T09:22:23.303508-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/05894591-18df-4817-8a18-985f92c31041/?format=api"
        },
        {
            "id": "3ed40686-ca63-486e-8ef2-d4009ee3ad0f",
            "gambit_id": "c0dcfcf0-abec-43bc-8a14-634fe1bdd593",
            "last_updated": "2023-04-06T11:27:05.194510-04:00",
            "created_at": "2023-04-05T09:22:23.306215-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/05894591-18df-4817-8a18-985f92c31041/?format=api"
        }
    ]
}