GET /api/bet_types/be27f092-5ba8-42a2-9e60-68d4bb3e2357/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be27f092-5ba8-42a2-9e60-68d4bb3e2357",
    "match": "https://api-prod.gambitprofit.com/api/matches/01f1465a-aab3-4952-9303-a8fe90c12263/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:18:06.593222-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": "Detroit Lions",
                "amount": 6020.0
            },
            {
                "team": "Chicago Bears",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4cb759d-dfbe-4ba5-a214-d10564467457",
            "gambit_id": "abbc2f93-9921-4156-bed0-807fd8f75631",
            "last_updated": "2023-12-11T19:48:21.465787-05:00",
            "created_at": "2023-12-06T09:18:06.597197-05:00",
            "name": "Detroit Lions",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be27f092-5ba8-42a2-9e60-68d4bb3e2357/?format=api"
        },
        {
            "id": "e0131de4-c3ba-4e83-91ca-44331b6ff657",
            "gambit_id": "bdf095fa-bb3a-40a3-bcc4-6556fbcc339f",
            "last_updated": "2023-12-11T19:48:21.469203-05:00",
            "created_at": "2023-12-06T09:18:06.601125-05:00",
            "name": "Chicago Bears",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be27f092-5ba8-42a2-9e60-68d4bb3e2357/?format=api"
        }
    ]
}