GET /api/bet_types/a9e46a4b-975c-4dd7-9f36-8435d9c34a07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9e46a4b-975c-4dd7-9f36-8435d9c34a07",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe1e5989-581f-4c60-be8f-9877ea6177bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-18T09:53:16.644931-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 Under 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e87fdeb-178e-44d3-a9b5-e6253ca6f129",
            "gambit_id": "ba71ea65-cd87-43cd-bbb5-720cd47f6409",
            "last_updated": "2023-12-19T21:03:17.219593-05:00",
            "created_at": "2023-12-18T09:53:16.652807-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e46a4b-975c-4dd7-9f36-8435d9c34a07/?format=api"
        },
        {
            "id": "d96cfcf2-e21c-41c7-8ca6-5fdf1448d90f",
            "gambit_id": "ae9a5d47-c3e1-4432-8ecc-c6e82423f24d",
            "last_updated": "2023-12-19T21:03:17.216307-05:00",
            "created_at": "2023-12-18T09:53:16.648862-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e46a4b-975c-4dd7-9f36-8435d9c34a07/?format=api"
        }
    ]
}