GET /api/bet_types/fb26b4ed-2a58-4b3b-b73c-be4595ce0a04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb26b4ed-2a58-4b3b-b73c-be4595ce0a04",
    "match": "https://api-prod.gambitprofit.com/api/matches/71902411-b56d-4ec8-b827-4fcb61b21f2b/?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 67.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 67.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "aba172c9-9af9-467f-b426-eb0c0537d568",
            "gambit_id": "1c131993-c1c3-44e0-9475-2b91f1d0ea82",
            "last_updated": "2022-10-03T09:57:22.179193-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 67.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb26b4ed-2a58-4b3b-b73c-be4595ce0a04/?format=api"
        },
        {
            "id": "7f8d3b18-6236-4f33-bf48-75e7aa026af6",
            "gambit_id": "46ec2c45-bf52-4e4e-aa4e-6674d3dd9149",
            "last_updated": "2022-10-03T09:57:22.180268-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 67.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb26b4ed-2a58-4b3b-b73c-be4595ce0a04/?format=api"
        }
    ]
}