GET /api/bet_types/b7da6c23-7674-4160-bb2d-78fd1cc2d9b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7da6c23-7674-4160-bb2d-78fd1cc2d9b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fdd943d-c27b-433f-9b50-20683861c480/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-12T09:23:03.311987-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ccebb23-fcf2-4f26-9695-c2f6a8f30465",
            "gambit_id": "9c53975a-a840-4ed1-a8b0-1233b7408ebb",
            "last_updated": "2023-09-15T16:23:16.873844-04:00",
            "created_at": "2023-09-12T09:23:03.315803-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7da6c23-7674-4160-bb2d-78fd1cc2d9b9/?format=api"
        },
        {
            "id": "0af36b33-fdc0-49b1-a967-a7676dcee20a",
            "gambit_id": "88250771-cd00-44bc-ad43-ed7449af0c0c",
            "last_updated": "2023-09-15T16:23:16.870242-04:00",
            "created_at": "2023-09-12T09:23:03.319349-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7da6c23-7674-4160-bb2d-78fd1cc2d9b9/?format=api"
        }
    ]
}