GET /api/bet_types/b1782016-ebf1-4f7d-9b30-20a5d3aaed64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1782016-ebf1-4f7d-9b30-20a5d3aaed64",
    "match": "https://api-prod.gambitprofit.com/api/matches/12b7b737-f5b9-459a-901d-8fb327c45bcb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:08.820330-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd80f538-0924-4d80-b41e-8ecc3e4cf9ee",
            "gambit_id": "c96b1c47-9424-496e-9c76-84f9a300aa03",
            "last_updated": "2023-04-20T11:42:17.833374-04:00",
            "created_at": "2023-04-19T12:17:08.822330-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1782016-ebf1-4f7d-9b30-20a5d3aaed64/?format=api"
        },
        {
            "id": "b79325cb-6dd8-43b8-8c46-83b6127747a6",
            "gambit_id": "58507d6d-d80d-4234-b8e8-034028395744",
            "last_updated": "2023-04-20T11:42:17.835093-04:00",
            "created_at": "2023-04-19T12:17:08.824287-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1782016-ebf1-4f7d-9b30-20a5d3aaed64/?format=api"
        }
    ]
}