GET /api/bet_types/bc9bf877-9b80-498f-9d5b-c144489688cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc9bf877-9b80-498f-9d5b-c144489688cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/399861d5-6e26-4a82-bf42-3c0a832dc280/?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 Over 6",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ce6d17f-03a4-4b96-844f-ccc40d7c77c6",
            "gambit_id": "8ddbea79-0101-4ac1-adf7-6230713f3fa9",
            "last_updated": "2022-11-16T09:47:27.739282-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc9bf877-9b80-498f-9d5b-c144489688cd/?format=api"
        },
        {
            "id": "581c5a5e-f59d-49b3-acca-f7f5f1ed3bb0",
            "gambit_id": "b81f3c46-ae67-44b9-8132-cd165fda6a27",
            "last_updated": "2022-11-16T09:47:27.738017-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc9bf877-9b80-498f-9d5b-c144489688cd/?format=api"
        }
    ]
}