GET /api/bet_types/b762a43a-7344-464e-b0a6-85f757f6eb92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b762a43a-7344-464e-b0a6-85f757f6eb92",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef95b4fc-aec5-4024-8c3c-49c1243b5ff6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-03T08:28:19.444491-04: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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "95903eac-abae-417e-a6c2-7cf63b9abd4f",
            "gambit_id": "0eb144e9-e54d-48b3-bf52-a784a9a3b561",
            "last_updated": "2023-08-04T09:53:13.214085-04:00",
            "created_at": "2023-08-03T08:28:19.450196-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b762a43a-7344-464e-b0a6-85f757f6eb92/?format=api"
        },
        {
            "id": "b3ed0e53-8e9d-4ded-b309-5c873b414a7e",
            "gambit_id": "fa7126f5-ba3d-4526-a537-bb598cf40172",
            "last_updated": "2023-08-04T09:53:13.217924-04:00",
            "created_at": "2023-08-03T08:28:19.458144-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b762a43a-7344-464e-b0a6-85f757f6eb92/?format=api"
        }
    ]
}