GET /api/bet_types/9e007f66-d81a-4737-be9c-db6c692ed7f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e007f66-d81a-4737-be9c-db6c692ed7f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/47b20640-cb38-4869-8c27-cd9bb4c64e37/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-01T09:18:22.972981-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": "4c486959-37b5-4b49-b23b-aa2ebdea06b3",
            "gambit_id": "48238e97-5a0c-407c-9b0d-a3b053df6928",
            "last_updated": "2023-10-03T09:58:09.998482-04:00",
            "created_at": "2023-10-01T09:18:22.981537-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/9e007f66-d81a-4737-be9c-db6c692ed7f5/?format=api"
        },
        {
            "id": "4f2e0067-94ad-4fa4-a0ea-caa9a524dc47",
            "gambit_id": "36a4f52d-3002-4ad7-bc2a-60e2956f1631",
            "last_updated": "2023-10-03T09:58:09.990426-04:00",
            "created_at": "2023-10-01T09:18:22.977139-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/9e007f66-d81a-4737-be9c-db6c692ed7f5/?format=api"
        }
    ]
}