GET /api/bet_types/3d4cab40-7b0f-46bb-93ea-6fd564029aa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d4cab40-7b0f-46bb-93ea-6fd564029aa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ca28667-ae06-4ef0-9348-e685323aed71/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "EDward Gaming",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "EDward Gaming",
                "amount": 8828.0
            },
            {
                "team": "Team WE",
                "amount": 1172.0
            }
        ],
        "expected_reward_tokens": 9176.76,
        "profit_sb": 176.76,
        "profit_sb_percentage": 1.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b116591-7985-4390-8b2c-613aea798770",
            "gambit_id": "395c5011-d037-4ab3-8ee8-7c82684701fb",
            "last_updated": "2022-08-05T10:21:59.340960-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "EDward Gaming",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d4cab40-7b0f-46bb-93ea-6fd564029aa0/?format=api"
        },
        {
            "id": "2829ddbc-da55-4cfd-b366-1b0897f6e57b",
            "gambit_id": "68ced0e4-dd39-49d6-a33e-cee91562f48a",
            "last_updated": "2022-08-05T10:21:59.341465-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team WE",
            "reward": "7.83000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d4cab40-7b0f-46bb-93ea-6fd564029aa0/?format=api"
        }
    ]
}