GET /api/bet_types/7742dff5-3aaf-45f6-9110-192e81493c63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7742dff5-3aaf-45f6-9110-192e81493c63",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce834a20-bab1-4a86-9fc7-a1a88ef31b8a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-09T09:02:01.244111-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": "New Jersey Devils",
                "amount": 5784.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "4de16950-7ee6-4bac-bc24-20789c3c695a",
            "gambit_id": "bd50512b-b550-40a0-836a-3f07242aa513",
            "last_updated": "2023-03-10T10:36:58.311523-05:00",
            "created_at": "2023-03-09T09:02:01.246735-05:00",
            "name": "New Jersey Devils",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7742dff5-3aaf-45f6-9110-192e81493c63/?format=api"
        },
        {
            "id": "22720091-212a-4c87-8c30-704ea5a47928",
            "gambit_id": "808ec595-dd2c-40e5-8bb0-27615b7399b0",
            "last_updated": "2023-03-10T10:36:58.310442-05:00",
            "created_at": "2023-03-09T09:02:01.245400-05:00",
            "name": "Washington Capitals",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7742dff5-3aaf-45f6-9110-192e81493c63/?format=api"
        }
    ]
}