GET /api/bet_types/80f832fe-9f73-4195-884d-cb66fb8cc989/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80f832fe-9f73-4195-884d-cb66fb8cc989",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9d7b643-52f1-4ef6-b220-a5297d413a75/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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": 5205.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b636b42-c6c9-4cf3-b6e0-eda78a22234a",
            "gambit_id": "ce5a9b7c-2459-4ac2-adf0-d865740b29e9",
            "last_updated": "2022-08-31T11:57:19.748800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f832fe-9f73-4195-884d-cb66fb8cc989/?format=api"
        },
        {
            "id": "3989e378-439b-471a-8a73-721342d2cede",
            "gambit_id": "2d0b5991-c407-4ce5-a0ae-3535462b6dfa",
            "last_updated": "2022-08-31T11:57:19.749394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f832fe-9f73-4195-884d-cb66fb8cc989/?format=api"
        }
    ]
}