GET /api/bet_types/3b1e7fd0-7919-4e34-b540-ba6648b0f946/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b1e7fd0-7919-4e34-b540-ba6648b0f946",
    "match": "https://api-prod.gambitprofit.com/api/matches/bce49b73-8124-4a8b-8710-b84f238bb159/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-04T10:42:59.789543-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "amount": 8879.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1121.0
            }
        ],
        "expected_reward_tokens": 9411.74,
        "profit_sb": -88.26,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b5b5338-2aa5-40b3-8f5d-d066baaa7170",
            "gambit_id": "c5d706a7-bf20-4da1-939a-950faa1fa111",
            "last_updated": "2024-02-06T09:18:12.214562-05:00",
            "created_at": "2024-02-04T10:42:59.803881-05:00",
            "name": "Denver Nuggets",
            "reward": "1.06000",
            "odds": "1.06670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b1e7fd0-7919-4e34-b540-ba6648b0f946/?format=api"
        },
        {
            "id": "5070b098-f2b1-4cdd-99d4-31170e8eda7d",
            "gambit_id": "e641ba3b-4250-46eb-bc85-46e0d2bc5763",
            "last_updated": "2024-02-06T09:18:12.211481-05:00",
            "created_at": "2024-02-04T10:42:59.796384-05:00",
            "name": "Portland Trail Blazers",
            "reward": "8.40000",
            "odds": "8.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b1e7fd0-7919-4e34-b540-ba6648b0f946/?format=api"
        }
    ]
}