GET /api/bet_types/e8145236-73e8-4569-ae7d-5303a73cdfb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8145236-73e8-4569-ae7d-5303a73cdfb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/87c06a1d-ed18-4613-9e79-88070f926eaa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T08:33:19.292542-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ae3f8cd-fba5-44f1-8a00-dfab5189dd4b",
            "gambit_id": "dc634346-83aa-481f-bd5c-99c9e92994ce",
            "last_updated": "2023-08-07T14:58:06.029097-04:00",
            "created_at": "2023-08-05T08:33:19.300281-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8145236-73e8-4569-ae7d-5303a73cdfb5/?format=api"
        },
        {
            "id": "3ceb5529-ac89-4eab-a5f2-3e1ae2a96607",
            "gambit_id": "3b393d8c-5094-4a30-9f15-27fdd5e53b5e",
            "last_updated": "2023-08-07T14:58:06.012089-04:00",
            "created_at": "2023-08-05T08:33:19.296272-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8145236-73e8-4569-ae7d-5303a73cdfb5/?format=api"
        }
    ]
}