GET /api/bet_types/8ccfca2f-f110-4b8e-b0f5-3ac545b2be1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ccfca2f-f110-4b8e-b0f5-3ac545b2be1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/73ec1d4d-b784-4783-b84c-539416f33145/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Clemson",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Clemson",
                "amount": 8700.0
            },
            {
                "team": "Miami Florida",
                "amount": 1300.0
            }
        ],
        "expected_reward_tokens": 9308.0,
        "profit_sb": 308.0,
        "profit_sb_percentage": 3.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "2715f0c4-8fb7-478b-9229-81beed8bfc1a",
            "gambit_id": "146afc53-ff78-48bb-8b8a-762403151896",
            "last_updated": "2022-11-21T10:08:32.857936-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.07000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ccfca2f-f110-4b8e-b0f5-3ac545b2be1b/?format=api"
        },
        {
            "id": "1ee77f05-d2de-4541-9412-d2bbeee28381",
            "gambit_id": "d5fa810e-f29b-47e7-bf95-9a18b03444cd",
            "last_updated": "2022-11-21T10:08:32.859056-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "7.16000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ccfca2f-f110-4b8e-b0f5-3ac545b2be1b/?format=api"
        }
    ]
}