GET /api/bet_types/b7a159c6-0e19-4a30-a9a3-4833a217c6ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7a159c6-0e19-4a30-a9a3-4833a217c6ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/3921129e-5ecb-4335-981e-26ebe48c2152/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T09:33:00.972914-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4bd8495-be15-4769-b987-9b88eb992c78",
            "gambit_id": "246584e8-5474-4286-b1d6-c6150c13ac97",
            "last_updated": "2023-06-18T10:33:13.860219-04:00",
            "created_at": "2023-06-17T09:33:00.977640-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a159c6-0e19-4a30-a9a3-4833a217c6ba/?format=api"
        },
        {
            "id": "f40a9424-baad-4c29-b456-d029239ff40a",
            "gambit_id": "eade5ba5-9425-4613-ba32-b5c6ff234c34",
            "last_updated": "2023-06-18T10:33:13.861755-04:00",
            "created_at": "2023-06-17T09:33:00.975030-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a159c6-0e19-4a30-a9a3-4833a217c6ba/?format=api"
        }
    ]
}