GET /api/bet_types/ec377774-526f-45f3-9e75-b5fddf6acfde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec377774-526f-45f3-9e75-b5fddf6acfde",
    "match": "https://api-prod.gambitprofit.com/api/matches/667b449c-3578-4ea6-8a53-d28e887fcc75/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-11T09:38:14.757511-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": "Milwaukee Bucks",
                "amount": 5512.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fb67f84-1d7a-4748-96a3-336298f6936f",
            "gambit_id": "114232fd-dc29-4391-8021-17101111e08f",
            "last_updated": "2024-01-15T09:43:16.236453-05:00",
            "created_at": "2024-01-11T09:38:14.766133-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec377774-526f-45f3-9e75-b5fddf6acfde/?format=api"
        },
        {
            "id": "85d7b99a-2f39-4102-9c0f-a2367ce0c36c",
            "gambit_id": "931b7c7d-5a56-41f7-861e-241bfa62fb92",
            "last_updated": "2024-01-15T09:43:16.232882-05:00",
            "created_at": "2024-01-11T09:38:14.761635-05:00",
            "name": "Boston Celtics",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec377774-526f-45f3-9e75-b5fddf6acfde/?format=api"
        }
    ]
}