GET /api/bet_types/dbb0798b-1a08-4f5d-aa32-54944a3b4740/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbb0798b-1a08-4f5d-aa32-54944a3b4740",
    "match": "https://api-prod.gambitprofit.com/api/matches/00df795f-4487-4407-b594-8d3946fbc897/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:14.527687-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ff1996a-6d80-4977-96c7-9a4f6c192cd1",
            "gambit_id": "6276074a-5ebe-4913-97be-637c354e8f0f",
            "last_updated": "2023-09-04T12:53:27.509097-04:00",
            "created_at": "2023-09-02T09:33:14.531080-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbb0798b-1a08-4f5d-aa32-54944a3b4740/?format=api"
        },
        {
            "id": "1d2588ba-592d-45f5-9978-e496abe72db5",
            "gambit_id": "0fcd15cf-e8db-4313-b1bc-4be21a9dd17e",
            "last_updated": "2023-09-04T12:53:27.512872-04:00",
            "created_at": "2023-09-02T09:33:14.534646-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbb0798b-1a08-4f5d-aa32-54944a3b4740/?format=api"
        }
    ]
}