GET /api/bet_types/5e5e9324-ed1b-4e79-9827-af887ee36d23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e5e9324-ed1b-4e79-9827-af887ee36d23",
    "match": "https://api-prod.gambitprofit.com/api/matches/05afa0dc-e714-465b-ac31-f2cecb2d3c3c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-01T10:03:03.300378-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1000.0,
        "profit_sb_percentage": 10.53,
        "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": 8968.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1032.0
            }
        ],
        "expected_reward_tokens": 9411.84,
        "profit_sb": -88.16,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfec37a4-3b9a-48c1-b69e-142081997f4f",
            "gambit_id": "d3872c4a-f868-4115-bd0b-16703f003413",
            "last_updated": "2024-01-03T10:53:14.757714-05:00",
            "created_at": "2024-01-01T10:03:03.307968-05:00",
            "name": "Denver Nuggets",
            "reward": "1.05000",
            "odds": "1.05560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e5e9324-ed1b-4e79-9827-af887ee36d23/?format=api"
        },
        {
            "id": "20fb49ff-bfb0-4c8b-93c7-f25500740a24",
            "gambit_id": "75837ee6-0e53-4ef8-9bf5-164e686b7c4f",
            "last_updated": "2024-01-03T10:53:14.753917-05:00",
            "created_at": "2024-01-01T10:03:03.304002-05:00",
            "name": "Charlotte Hornets",
            "reward": "9.12000",
            "odds": "9.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e5e9324-ed1b-4e79-9827-af887ee36d23/?format=api"
        }
    ]
}