GET /api/bet_types/dad5d2bb-eaf9-4ed7-bd6b-d59e8ac1703e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dad5d2bb-eaf9-4ed7-bd6b-d59e8ac1703e",
    "match": "https://api-prod.gambitprofit.com/api/matches/61af2338-f381-44e5-8f11-3457840bb80d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:12.003431-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": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "828c7198-4870-4571-867e-565b69aad71d",
            "gambit_id": "678b2528-c04d-41dc-927e-51273a6166a7",
            "last_updated": "2023-12-04T15:28:30.039225-05:00",
            "created_at": "2023-12-02T08:28:12.008310-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dad5d2bb-eaf9-4ed7-bd6b-d59e8ac1703e/?format=api"
        },
        {
            "id": "ad63b7c1-4484-4054-b450-64b36a20320e",
            "gambit_id": "8606c0a3-d9a3-409f-ad0d-7afbdf84afd9",
            "last_updated": "2023-12-04T15:28:30.042708-05:00",
            "created_at": "2023-12-02T08:28:12.015761-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dad5d2bb-eaf9-4ed7-bd6b-d59e8ac1703e/?format=api"
        }
    ]
}