GET /api/bet_types/ed733abf-d972-4789-95f2-00c01209b648/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed733abf-d972-4789-95f2-00c01209b648",
    "match": "https://api-prod.gambitprofit.com/api/matches/183924e3-e28d-43cc-bb9e-5406ead81d22/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-03T09:21:59.634236-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e35bbf4d-f3ad-49e0-b514-e2acd178e09c",
            "gambit_id": "751a27b3-2676-4675-9cfb-e491bb604a37",
            "last_updated": "2023-02-04T11:57:16.775717-05:00",
            "created_at": "2023-02-03T09:21:59.635465-05:00",
            "name": "Utah Jazz",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed733abf-d972-4789-95f2-00c01209b648/?format=api"
        },
        {
            "id": "88492df5-88fc-4937-bfc1-14dad207a136",
            "gambit_id": "f8cff81d-87b8-4e7f-adb1-6f674258a0f4",
            "last_updated": "2023-02-04T11:57:16.776980-05:00",
            "created_at": "2023-02-03T09:21:59.636819-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed733abf-d972-4789-95f2-00c01209b648/?format=api"
        }
    ]
}