GET /api/bet_types/e4eb0462-04dc-40d1-b5bd-ed4dfa567e9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4eb0462-04dc-40d1-b5bd-ed4dfa567e9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f61c31c1-4825-4277-9448-b1f62831ec4c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:13:08.619090-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": "Golden State Warriors",
                "amount": 8486.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1514.0
            }
        ],
        "expected_reward_tokens": 9504.32,
        "profit_sb": 4.32,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d3613e0-dcde-4748-9669-2c1946eb0694",
            "gambit_id": "fade7afb-395a-4c7a-b135-f8e4fc27b72c",
            "last_updated": "2023-12-07T21:38:02.606716-05:00",
            "created_at": "2023-12-06T09:13:08.632277-05:00",
            "name": "Golden State Warriors",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4eb0462-04dc-40d1-b5bd-ed4dfa567e9c/?format=api"
        },
        {
            "id": "90180deb-f99a-4cdf-8d45-f7749767ea09",
            "gambit_id": "e446f77b-4b87-4b9f-97d5-5111f6a92c53",
            "last_updated": "2023-12-07T21:38:02.610487-05:00",
            "created_at": "2023-12-06T09:13:08.627661-05:00",
            "name": "Portland Trail Blazers",
            "reward": "6.28000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4eb0462-04dc-40d1-b5bd-ed4dfa567e9c/?format=api"
        }
    ]
}