GET /api/bet_types/f731d7e0-7911-4dca-a933-44fcec2fdc2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f731d7e0-7911-4dca-a933-44fcec2fdc2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b900a3fd-2880-4adc-a105-8550bb536274/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0a150bf-b631-4a39-8df3-6ecbae0e17b5",
            "gambit_id": "6e9ffe18-3daa-4bc8-aea2-036057ad0b33",
            "last_updated": "2022-09-05T10:37:16.308564-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.79000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f731d7e0-7911-4dca-a933-44fcec2fdc2f/?format=api"
        },
        {
            "id": "1c507fc7-21e4-4882-aaef-6c0fbfc10cb8",
            "gambit_id": "8dd3a303-9d70-4b4c-9a39-a7b3bd2f1135",
            "last_updated": "2022-09-05T10:37:16.309727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.79000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f731d7e0-7911-4dca-a933-44fcec2fdc2f/?format=api"
        }
    ]
}