GET /api/bet_types/bb9a07c5-091c-4939-b5be-ca63919ce404/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb9a07c5-091c-4939-b5be-ca63919ce404",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5a7d6b0-27e3-4736-bdaf-a6ff5ccc0254/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T11:47:00.744889-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "17ef4ff6-619e-4617-bc55-e2d8fca53bc3",
            "gambit_id": "a9d993c8-9306-44b3-9bb4-4c1c1bfa0772",
            "last_updated": "2023-05-22T13:22:18.834315-04:00",
            "created_at": "2023-05-20T11:47:00.749083-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb9a07c5-091c-4939-b5be-ca63919ce404/?format=api"
        },
        {
            "id": "420d0f8f-4921-4e39-bbb0-60b1489ee681",
            "gambit_id": "94e18a0b-ad20-465c-8d22-ee7b4daae676",
            "last_updated": "2023-05-22T13:22:18.832853-04:00",
            "created_at": "2023-05-20T11:47:00.747189-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb9a07c5-091c-4939-b5be-ca63919ce404/?format=api"
        }
    ]
}