GET /api/bet_types/5c812d06-5818-4bf6-a45e-c8c5e3cc0979/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c812d06-5818-4bf6-a45e-c8c5e3cc0979",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a65447f-1a4a-447a-874a-95b0d6e48d69/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-06T07:58:04.446843-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 Over 6.5",
                "amount": 5515.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "25b6331e-c799-4084-8770-88d1ac104288",
            "gambit_id": "6b5e8cd6-b6d9-41a4-bd49-ad6713bf72ea",
            "last_updated": "2023-11-10T12:53:29.215705-05:00",
            "created_at": "2023-11-06T07:58:04.451486-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c812d06-5818-4bf6-a45e-c8c5e3cc0979/?format=api"
        },
        {
            "id": "735edde7-ec99-402f-bdd9-33a04adaa5fd",
            "gambit_id": "67ec91ef-7284-4114-ba03-64a3a1ecf2fd",
            "last_updated": "2023-11-10T12:53:29.223429-05:00",
            "created_at": "2023-11-06T07:58:04.456981-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c812d06-5818-4bf6-a45e-c8c5e3cc0979/?format=api"
        }
    ]
}