GET /api/bet_types/d8a59973-d3d4-4c43-b412-006950d1f332/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8a59973-d3d4-4c43-b412-006950d1f332",
    "match": "https://api-prod.gambitprofit.com/api/matches/e191d37d-c8a3-41d8-a6b3-459c147543dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:18.195539-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": "Oklahoma City Thunder",
                "amount": 7146.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 2854.0
            }
        ],
        "expected_reward_tokens": 9503.82,
        "profit_sb": 3.82,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d7108c9-a5b8-4e03-aa2c-024e74889ed2",
            "gambit_id": "f72bcc8e-5ade-48e5-b72d-4fbe29da90ff",
            "last_updated": "2023-11-23T14:33:15.339946-05:00",
            "created_at": "2023-11-22T09:08:18.203100-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8a59973-d3d4-4c43-b412-006950d1f332/?format=api"
        },
        {
            "id": "e3ac4b79-2d7f-4537-80d7-fbe4602f8d63",
            "gambit_id": "e3029dc4-d649-49ef-91a2-714393628f5a",
            "last_updated": "2023-11-23T14:33:15.336674-05:00",
            "created_at": "2023-11-22T09:08:18.199177-05:00",
            "name": "Chicago Bulls",
            "reward": "3.33000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8a59973-d3d4-4c43-b412-006950d1f332/?format=api"
        }
    ]
}