GET /api/bet_types/f64c829b-ee3d-4a18-b1af-047226351b0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f64c829b-ee3d-4a18-b1af-047226351b0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/70596e03-bcb1-42db-bf49-29ff4f156ded/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-02T08:58:24.007629-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "490d6fda-aca6-4810-8712-1a3b440b33e8",
            "gambit_id": "3773158b-acba-48d0-b399-83e14be519ee",
            "last_updated": "2023-07-04T10:18:06.124843-04:00",
            "created_at": "2023-07-02T08:58:24.009241-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f64c829b-ee3d-4a18-b1af-047226351b0d/?format=api"
        },
        {
            "id": "10a8db2a-983a-4128-8c5f-3ffd7b275e1d",
            "gambit_id": "5034b52c-e0cc-4df0-a23a-421c78d316bc",
            "last_updated": "2023-07-04T10:18:06.126775-04:00",
            "created_at": "2023-07-02T08:58:24.011061-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f64c829b-ee3d-4a18-b1af-047226351b0d/?format=api"
        }
    ]
}