GET /api/bet_types/ecf4fb36-8991-4a56-afd1-d8a92bfef1d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecf4fb36-8991-4a56-afd1-d8a92bfef1d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/df68d2fb-1336-4e43-85f7-4f5801ec096d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T10:17:12.418146-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 Over 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "17a9457c-2047-43e7-b5cc-574ef7430292",
            "gambit_id": "a642111a-5cff-4aad-ad68-9dec7f8a3545",
            "last_updated": "2023-03-18T14:47:06.573448-04:00",
            "created_at": "2023-03-17T10:17:12.420711-04:00",
            "name": "Game Total Over 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecf4fb36-8991-4a56-afd1-d8a92bfef1d8/?format=api"
        },
        {
            "id": "67738674-7fc5-411e-9919-835524619698",
            "gambit_id": "07e9f318-d408-4241-9427-2e101b1f574f",
            "last_updated": "2023-03-18T14:47:06.571968-04:00",
            "created_at": "2023-03-17T10:17:12.419399-04:00",
            "name": "Game Total Under 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecf4fb36-8991-4a56-afd1-d8a92bfef1d8/?format=api"
        }
    ]
}