GET /api/bet_types/60992388-4312-4633-8c29-147011e16271/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60992388-4312-4633-8c29-147011e16271",
    "match": "https://api-prod.gambitprofit.com/api/matches/250e1c1a-ec3c-462e-ae9e-4e84fb5a120d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-15T08:23:09.026635-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "77849673-6cb9-4204-8982-ac5dde5b4c34",
            "gambit_id": "891e013a-15d6-4161-8f11-dc1b6a0a2b15",
            "last_updated": "2023-06-16T09:58:05.082138-04:00",
            "created_at": "2023-06-15T08:23:09.031446-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60992388-4312-4633-8c29-147011e16271/?format=api"
        },
        {
            "id": "b83bdedc-882b-482d-835d-3b48eee56b04",
            "gambit_id": "c412457d-09b0-4a1e-b3cb-4ca0230113a9",
            "last_updated": "2023-06-16T09:58:05.080131-04:00",
            "created_at": "2023-06-15T08:23:09.028890-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60992388-4312-4633-8c29-147011e16271/?format=api"
        }
    ]
}