GET /api/bet_types/ab293756-e555-4bf0-9113-6ccd3c8aa7a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab293756-e555-4bf0-9113-6ccd3c8aa7a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a52ec11-6e6d-4440-84de-da43b8a43ac7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-11T10:08:15.944810-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0da9979d-40a4-4d52-990a-d5a332ab3aad",
            "gambit_id": "b1ee0fe3-ac4e-416a-9354-d17c42a4020c",
            "last_updated": "2023-06-12T14:58:23.679735-04:00",
            "created_at": "2023-06-11T10:08:15.949026-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab293756-e555-4bf0-9113-6ccd3c8aa7a8/?format=api"
        },
        {
            "id": "db40636a-eb1c-4a5d-89ad-3d0eefcf8853",
            "gambit_id": "0a48dd80-b525-4ff6-b193-4f9528cbfedb",
            "last_updated": "2023-06-12T14:58:23.677994-04:00",
            "created_at": "2023-06-11T10:08:15.946967-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab293756-e555-4bf0-9113-6ccd3c8aa7a8/?format=api"
        }
    ]
}