GET /api/bet_types/490e31ed-f687-4a3d-9ff2-980408794528/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "490e31ed-f687-4a3d-9ff2-980408794528",
    "match": "https://api-prod.gambitprofit.com/api/matches/0101d44d-397a-4293-9638-7d899655e7ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Chicago Bulls",
                "amount": 6336.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "10d6f6b3-3e61-4391-9e2c-adc279aa0b92",
            "gambit_id": "6cd37e6a-bf78-49c7-9db7-54ab9da77c19",
            "last_updated": "2022-12-08T13:02:14.803157-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/490e31ed-f687-4a3d-9ff2-980408794528/?format=api"
        },
        {
            "id": "6f69e803-dce4-4cfc-8d61-d5159808a2f6",
            "gambit_id": "dcf0e592-89fd-43a2-ad17-81bfec911fd0",
            "last_updated": "2022-12-08T13:02:14.802113-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/490e31ed-f687-4a3d-9ff2-980408794528/?format=api"
        }
    ]
}