GET /api/bet_types/193ef58e-807d-40b9-93f9-bd7fa9592978/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "193ef58e-807d-40b9-93f9-bd7fa9592978",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de9bd84-fb2c-4f16-8717-644d62a844f0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-03T11:23:16.566987-04: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": 6603.0
            },
            {
                "team": "New York Knicks",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9375.72,
        "profit_sb": -124.28,
        "profit_sb_percentage": -1.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "655b3d95-9fe0-4749-a9ad-b94a8fa5dcc2",
            "gambit_id": "b1b97795-8a35-4cfd-8f61-da62bc74c43a",
            "last_updated": "2023-11-04T10:38:17.249990-04:00",
            "created_at": "2023-11-03T11:23:16.576620-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193ef58e-807d-40b9-93f9-bd7fa9592978/?format=api"
        },
        {
            "id": "0c8e5b92-a2f3-4ba7-b407-ab8b950630d3",
            "gambit_id": "6921a905-e425-4fc2-b8b5-6d8e6e0b57bd",
            "last_updated": "2023-11-04T10:38:17.246710-04:00",
            "created_at": "2023-11-03T11:23:16.571603-04:00",
            "name": "New York Knicks",
            "reward": "2.76000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193ef58e-807d-40b9-93f9-bd7fa9592978/?format=api"
        }
    ]
}