GET /api/bet_types/ab8fd1c2-9434-40a8-9631-ea8b02952c29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab8fd1c2-9434-40a8-9631-ea8b02952c29",
    "match": "https://api-prod.gambitprofit.com/api/matches/6443dc70-9685-4f87-8af4-acee9400b1d8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-07T13:41:47.979607-05: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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "42d118c9-a127-4258-885a-78dcebb61897",
            "gambit_id": "b8bec344-66ce-4538-b3c7-9970460f78de",
            "last_updated": "2023-02-08T16:31:56.583927-05:00",
            "created_at": "2023-02-07T13:41:47.982430-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab8fd1c2-9434-40a8-9631-ea8b02952c29/?format=api"
        },
        {
            "id": "f37b5a72-57ae-487a-900e-fa63105f8794",
            "gambit_id": "f01e364a-570d-4b40-8446-9ec9153a3701",
            "last_updated": "2023-02-08T16:31:56.582643-05:00",
            "created_at": "2023-02-07T13:41:47.981067-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab8fd1c2-9434-40a8-9631-ea8b02952c29/?format=api"
        }
    ]
}