GET /api/bet_types/13b2788c-b6bc-4fb4-be4e-4bdbd0249b44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13b2788c-b6bc-4fb4-be4e-4bdbd0249b44",
    "match": "https://api-prod.gambitprofit.com/api/matches/2336abd7-e004-4363-aacd-fad84483031f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:20.156104-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 12",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0a5ad29-582a-4550-a281-7030be611295",
            "gambit_id": "ab5bde32-a6c1-439e-b552-97b8dd9c5343",
            "last_updated": "2023-04-12T09:46:53.800333-04:00",
            "created_at": "2023-04-11T09:02:20.158750-04:00",
            "name": "Game Total Under 12",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b2788c-b6bc-4fb4-be4e-4bdbd0249b44/?format=api"
        },
        {
            "id": "b7877556-f3ce-48a4-b8d3-54140b221592",
            "gambit_id": "f4a912b1-b09e-404c-b387-48e0f7f9d309",
            "last_updated": "2023-04-12T09:46:53.802975-04:00",
            "created_at": "2023-04-11T09:02:20.161692-04:00",
            "name": "Game Total Over 12",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b2788c-b6bc-4fb4-be4e-4bdbd0249b44/?format=api"
        }
    ]
}