GET /api/bet_types/33d343c3-ec7f-4c7e-8b03-e64fcbc4af2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33d343c3-ec7f-4c7e-8b03-e64fcbc4af2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcc249a3-4c1a-4563-8250-61ef2f096cf6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-30T17:46:53.130089-05: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 236",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c20833af-a581-412e-8f1b-cbcf5ce1fed5",
            "gambit_id": "853d7ef0-e336-4f1a-b0af-d05329b87cb9",
            "last_updated": "2023-01-31T09:12:14.434235-05:00",
            "created_at": "2023-01-30T17:46:53.131949-05:00",
            "name": "Game Total Under 236",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33d343c3-ec7f-4c7e-8b03-e64fcbc4af2e/?format=api"
        },
        {
            "id": "d585161f-1628-41df-9968-90cf45d42f5e",
            "gambit_id": "83a2ce0e-658e-4dce-aa3e-a68901ef965f",
            "last_updated": "2023-01-31T09:12:14.435429-05:00",
            "created_at": "2023-01-30T17:46:53.134080-05:00",
            "name": "Game Total Over 236",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33d343c3-ec7f-4c7e-8b03-e64fcbc4af2e/?format=api"
        }
    ]
}