GET /api/bet_types/65176c2f-58ad-42e3-bc9a-97ad12f6e04d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65176c2f-58ad-42e3-bc9a-97ad12f6e04d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b43112c8-9882-424e-a3b7-fda78ea8a242/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-13T09:08:21.070642-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 Under 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "46d34bb6-6aae-41a3-aa30-2009dfc6ad16",
            "gambit_id": "f8ce5370-d36c-494d-b93a-442de3293331",
            "last_updated": "2023-06-14T11:23:21.393342-04:00",
            "created_at": "2023-06-13T09:08:21.074619-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65176c2f-58ad-42e3-bc9a-97ad12f6e04d/?format=api"
        },
        {
            "id": "6b8808dc-f320-4e1c-8402-6c74c946291e",
            "gambit_id": "44818347-1b0a-4d70-b847-3c5fbf63589a",
            "last_updated": "2023-06-14T11:23:21.390805-04:00",
            "created_at": "2023-06-13T09:08:21.072548-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65176c2f-58ad-42e3-bc9a-97ad12f6e04d/?format=api"
        }
    ]
}