GET /api/bet_types/b65153f1-6ce8-4dbf-a779-d3864123e481/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b65153f1-6ce8-4dbf-a779-d3864123e481",
    "match": "https://api-prod.gambitprofit.com/api/matches/83b05c1a-4c04-427b-a807-64390eb27b3c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-24T09:13:24.768108-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e24bda0-6eb2-4d01-9fd2-db21c01df39e",
            "gambit_id": "5b005ae0-24c1-45fa-82a7-770f7660690b",
            "last_updated": "2023-09-26T09:53:04.955639-04:00",
            "created_at": "2023-09-24T09:13:24.777027-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b65153f1-6ce8-4dbf-a779-d3864123e481/?format=api"
        },
        {
            "id": "3d6f9537-7aa4-49d2-9079-73eed4652e86",
            "gambit_id": "78fa1a6a-97a0-41c3-a9ed-1ef82c7f6ea6",
            "last_updated": "2023-09-26T09:53:04.951188-04:00",
            "created_at": "2023-09-24T09:13:24.773069-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b65153f1-6ce8-4dbf-a779-d3864123e481/?format=api"
        }
    ]
}