GET /api/bet_types/cd607dce-9919-4816-9d57-10dddfde342c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd607dce-9919-4816-9d57-10dddfde342c",
    "match": "https://api-prod.gambitprofit.com/api/matches/775904b2-716a-44b5-bc5e-d04ca5d024a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Syracuse",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Syracuse",
                "amount": 9054.0
            },
            {
                "team": "Connecticut",
                "amount": 946.0
            }
        ],
        "expected_reward_tokens": 9412.7,
        "profit_sb": 412.7,
        "profit_sb_percentage": 4.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "16f81d78-4273-498c-ac07-95ec7cf4406a",
            "gambit_id": "7eaaf96a-b2ea-4152-8af4-550f4062da4f",
            "last_updated": "2022-09-11T10:17:14.455179-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd607dce-9919-4816-9d57-10dddfde342c/?format=api"
        },
        {
            "id": "616361e4-6733-44c9-9542-a2540d17c307",
            "gambit_id": "e649ca7c-3831-49db-9215-4c7d90bcc3d3",
            "last_updated": "2022-09-11T10:17:14.453904-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "9.95000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd607dce-9919-4816-9d57-10dddfde342c/?format=api"
        }
    ]
}