GET /api/bet_types/8b4cbf62-d88d-4576-ad94-3bc5fd7de8a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b4cbf62-d88d-4576-ad94-3bc5fd7de8a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b5419d1-0ac6-467e-8834-d3c24028151b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-20T09:13:17.430213-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 9",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc23107f-36f2-4077-8ff6-87b810651f7c",
            "gambit_id": "ee650360-dc12-4c51-91b7-7e8edbc9fbc8",
            "last_updated": "2023-10-21T10:13:18.169102-04:00",
            "created_at": "2023-10-20T09:13:17.434313-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b4cbf62-d88d-4576-ad94-3bc5fd7de8a4/?format=api"
        },
        {
            "id": "06c83229-4245-4d8d-8172-becfdddb891e",
            "gambit_id": "e7146f26-434d-4b78-b8d4-b955ed9295e3",
            "last_updated": "2023-10-21T10:13:18.172790-04:00",
            "created_at": "2023-10-20T09:13:17.439192-04:00",
            "name": "Game Total Under 9",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b4cbf62-d88d-4576-ad94-3bc5fd7de8a4/?format=api"
        }
    ]
}