GET /api/bet_types/02a1d7bd-1918-4304-b9a7-7454a3f1631f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02a1d7bd-1918-4304-b9a7-7454a3f1631f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e11ec631-491c-402d-a162-25fdbdd8fd1a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-26T08:58:21.430749-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5f9a01f-83a2-4df9-906c-db633538bca3",
            "gambit_id": "23288433-171a-4ec4-97b6-7eea0651a6d5",
            "last_updated": "2023-09-27T18:58:11.421111-04:00",
            "created_at": "2023-09-26T08:58:21.434988-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a1d7bd-1918-4304-b9a7-7454a3f1631f/?format=api"
        },
        {
            "id": "cdd01444-50dd-4a23-9f8d-1e5a82f2935b",
            "gambit_id": "88d15d27-25ea-47bb-ae6e-145942a1b5e7",
            "last_updated": "2023-09-27T18:58:11.424914-04:00",
            "created_at": "2023-09-26T08:58:21.439541-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a1d7bd-1918-4304-b9a7-7454a3f1631f/?format=api"
        }
    ]
}