GET /api/bet_types/99ee222e-8aaf-4f5a-b07c-9d3e034959f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99ee222e-8aaf-4f5a-b07c-9d3e034959f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f625b3e-3270-488e-bf74-b2667003c17f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Appalachian St",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Appalachian St",
                "amount": 8738.0
            },
            {
                "team": "Texas St",
                "amount": 1262.0
            }
        ],
        "expected_reward_tokens": 9524.42,
        "profit_sb": 24.42,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "d196fe20-d592-4dab-80d7-9d73519d9c24",
            "gambit_id": "99909fbc-cae6-4a1d-b901-8a0a9d847218",
            "last_updated": "2022-10-11T11:27:06.438627-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Appalachian St",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99ee222e-8aaf-4f5a-b07c-9d3e034959f5/?format=api"
        },
        {
            "id": "1d9f5334-dc12-487f-8424-f7af48b66805",
            "gambit_id": "b66fcdda-66bc-40ef-944b-116c052a6b23",
            "last_updated": "2022-10-11T11:27:06.437695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "7.55000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99ee222e-8aaf-4f5a-b07c-9d3e034959f5/?format=api"
        }
    ]
}