GET /api/bet_types/7d356052-a88a-4c78-aa69-5c66849e1bea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d356052-a88a-4c78-aa69-5c66849e1bea",
    "match": "https://api-prod.gambitprofit.com/api/matches/32602636-3a9b-431a-a720-6e3b983a8023/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Dallas Mavericks",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 1300.0,
        "profit_sb": -7700.0,
        "profit_sb_percentage": -85.56,
        "recommended": false
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 650.0,
        "profit_sb": -8350.0,
        "profit_sb_percentage": -92.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c6ca08e-dadd-4aa6-9166-81ffa912531a",
            "gambit_id": "5cf9cb6c-c9f8-486e-9c03-09cd2ddec3db",
            "last_updated": "2022-12-10T14:22:20.648848-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "0.13000",
            "odds": "0.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d356052-a88a-4c78-aa69-5c66849e1bea/?format=api"
        },
        {
            "id": "88fa64c5-9db5-4f3e-8919-115c6073479a",
            "gambit_id": "bd48d74d-f3cc-41d5-94b7-ff1002f218f8",
            "last_updated": "2022-12-10T14:22:20.650204-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "0.13000",
            "odds": "0.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d356052-a88a-4c78-aa69-5c66849e1bea/?format=api"
        }
    ]
}