GET /api/bet_types/e163afa3-e9ca-450a-9d58-bca8a6202b40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e163afa3-e9ca-450a-9d58-bca8a6202b40",
    "match": "https://api-prod.gambitprofit.com/api/matches/c94bcbe1-d270-4994-b605-941ac2417d1c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-07T09:28:22.218207-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": "95dd0338-eb1a-4d9e-ae10-e33d17e260a7",
            "gambit_id": "56644446-e01b-4e7c-8669-af9ddde11c6a",
            "last_updated": "2023-06-08T15:58:27.358021-04:00",
            "created_at": "2023-06-07T09:28:22.223634-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/e163afa3-e9ca-450a-9d58-bca8a6202b40/?format=api"
        },
        {
            "id": "1a596986-8071-495c-976b-bbf87d23077d",
            "gambit_id": "49266f2f-36ea-45b4-b24a-215d3ff259d7",
            "last_updated": "2023-06-08T15:58:27.355539-04:00",
            "created_at": "2023-06-07T09:28:22.220629-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/e163afa3-e9ca-450a-9d58-bca8a6202b40/?format=api"
        }
    ]
}