GET /api/bet_types/b168a84d-1d92-4fcf-83dc-333a24ddb2af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b168a84d-1d92-4fcf-83dc-333a24ddb2af",
    "match": "https://api-prod.gambitprofit.com/api/matches/b354a060-9c1a-458a-9799-644b2ab3ee41/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:08.927998-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York Knicks",
                "amount": 6253.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "dfca8a7b-b3d6-4b39-9d3b-4904554de6d2",
            "gambit_id": "8cd56eed-4986-4ba4-9be7-0a2f7db4ca0f",
            "last_updated": "2022-12-31T10:31:57.911008-05:00",
            "created_at": "2022-12-29T08:42:08.929122-05:00",
            "name": "New York Knicks",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b168a84d-1d92-4fcf-83dc-333a24ddb2af/?format=api"
        },
        {
            "id": "b4580051-f309-4456-aef4-974e5d16f3cb",
            "gambit_id": "bf104617-ec40-49a2-8d9e-9d139cd7aa3c",
            "last_updated": "2022-12-31T10:31:57.912089-05:00",
            "created_at": "2022-12-29T08:42:08.930312-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b168a84d-1d92-4fcf-83dc-333a24ddb2af/?format=api"
        }
    ]
}