GET /api/bet_types/372b7cea-8ca3-4646-8839-2c0a6127c1ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "372b7cea-8ca3-4646-8839-2c0a6127c1ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/e37633b2-7dc7-41db-83b6-f013cc36bcc8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-13T08:17:04.264277-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": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a26963af-252f-44c6-93de-5f95e98d8126",
            "gambit_id": "db160b7e-8dc4-477c-a6a1-8735e611b51a",
            "last_updated": "2023-02-14T09:51:54.615262-05:00",
            "created_at": "2023-02-13T08:17:04.266855-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/372b7cea-8ca3-4646-8839-2c0a6127c1ee/?format=api"
        },
        {
            "id": "bfafd173-8909-4be2-883d-816493e91838",
            "gambit_id": "2fa68ecc-7ab8-4be6-936f-152974657de5",
            "last_updated": "2023-02-14T09:51:54.614010-05:00",
            "created_at": "2023-02-13T08:17:04.265556-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/372b7cea-8ca3-4646-8839-2c0a6127c1ee/?format=api"
        }
    ]
}