GET /api/bet_types/ce4ee789-fc97-4944-8a72-000b79c174bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce4ee789-fc97-4944-8a72-000b79c174bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/2696ceaf-7f7e-4a9d-900c-6671a519baef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-22T12:32:08.339226-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Milwaukee Bucks",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Milwaukee Bucks",
                "amount": 9107.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 893.0
            }
        ],
        "expected_reward_tokens": 9465.8,
        "profit_sb": -34.2,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "76d080ff-2d35-4bc7-86b8-677d68b46eae",
            "gambit_id": "b2c94848-003d-4767-8cb3-7929a9824f2e",
            "last_updated": "2023-03-23T17:46:49.537461-04:00",
            "created_at": "2023-03-22T12:32:08.341550-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce4ee789-fc97-4944-8a72-000b79c174bc/?format=api"
        },
        {
            "id": "f7a8edab-2f24-4988-9bf7-1b9886867e2d",
            "gambit_id": "90223310-c0e9-4ff4-8fb1-d80adb365e4b",
            "last_updated": "2023-03-23T17:46:49.540366-04:00",
            "created_at": "2023-03-22T12:32:08.345356-04:00",
            "name": "San Antonio Spurs",
            "reward": "10.60000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce4ee789-fc97-4944-8a72-000b79c174bc/?format=api"
        }
    ]
}