GET /api/bet_types/36655c69-01b4-453b-9204-a3eb452cf178/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36655c69-01b4-453b-9204-a3eb452cf178",
    "match": "https://api-prod.gambitprofit.com/api/matches/ede913fe-7c7f-438c-acea-ea0844fe0f57/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-04T09:43:05.787533-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9afbd4d-5b5e-476a-8f42-a2f6d6d5795e",
            "gambit_id": "ea764513-95a2-412f-89b7-1d3f39c826d4",
            "last_updated": "2023-07-05T18:53:21.864927-04:00",
            "created_at": "2023-07-04T09:43:05.789390-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36655c69-01b4-453b-9204-a3eb452cf178/?format=api"
        },
        {
            "id": "7f3a4592-2d52-486a-99a1-b10634c42d18",
            "gambit_id": "fa7100b0-0cde-4b97-8b98-1996656fe3f4",
            "last_updated": "2023-07-05T18:53:21.866643-04:00",
            "created_at": "2023-07-04T09:43:05.791716-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36655c69-01b4-453b-9204-a3eb452cf178/?format=api"
        }
    ]
}