GET /api/bet_types/e314d117-562a-475f-a288-ac930384ff06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e314d117-562a-475f-a288-ac930384ff06",
    "match": "https://api-prod.gambitprofit.com/api/matches/37284ab5-9d76-47b8-8512-6ca084fe0adb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-04T10:42:59.538619-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": "Utah Jazz",
                "amount": 5614.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "4db3feeb-8998-4209-8297-97d37d3fff41",
            "gambit_id": "abb69098-dd39-4c1d-bd82-858a274558c9",
            "last_updated": "2024-02-06T09:18:11.978134-05:00",
            "created_at": "2024-02-04T10:42:59.549458-05:00",
            "name": "Utah Jazz",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e314d117-562a-475f-a288-ac930384ff06/?format=api"
        },
        {
            "id": "70c15822-3da6-4539-89ec-9f05529fca62",
            "gambit_id": "62d09cf5-4cb0-4df5-ac11-b43c00f8d744",
            "last_updated": "2024-02-06T09:18:11.965241-05:00",
            "created_at": "2024-02-04T10:42:59.543618-05:00",
            "name": "Milwaukee Bucks",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e314d117-562a-475f-a288-ac930384ff06/?format=api"
        }
    ]
}