GET /api/bet_types/50369d3f-94fb-4678-8e93-76c30f121176/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50369d3f-94fb-4678-8e93-76c30f121176",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a5f90d1-0cbb-4276-994f-daed7ea58c9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Fresno State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fresno State",
                "amount": 9091.0
            },
            {
                "team": "Connecticut",
                "amount": 909.0
            }
        ],
        "expected_reward_tokens": 9453.6,
        "profit_sb": -46.4,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a5d736d-789d-4d3d-9a32-e9ccd4de9bd1",
            "gambit_id": "efd496eb-623f-4e9c-93c9-9c533c60e36f",
            "last_updated": "2022-10-02T20:07:01.120529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50369d3f-94fb-4678-8e93-76c30f121176/?format=api"
        },
        {
            "id": "127944ab-50fb-440b-9cba-bfcd26bfce6c",
            "gambit_id": "6a69e902-dfa2-4ecb-a927-86b633c904f2",
            "last_updated": "2022-10-02T20:07:01.119538-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "10.40000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50369d3f-94fb-4678-8e93-76c30f121176/?format=api"
        }
    ]
}