GET /api/bet_types/ec4e0544-ed5a-42e7-a309-64e0f13107dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec4e0544-ed5a-42e7-a309-64e0f13107dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f57d27b-635a-41e8-bc85-97ef9b1c7a9e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "NYM (J DeGrom)",
                "amount": 5959.0
            },
            {
                "team": "LOS (T Anderson)",
                "amount": 4041.0
            }
        ],
        "expected_reward_tokens": 9294.3,
        "profit_sb": 294.3,
        "profit_sb_percentage": 3.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2508068-51ee-447f-a3ff-62ef283f5460",
            "gambit_id": "f1b84b86-e711-40bb-897a-cfc114084b8e",
            "last_updated": "2022-09-01T10:42:05.519440-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (J DeGrom)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec4e0544-ed5a-42e7-a309-64e0f13107dd/?format=api"
        },
        {
            "id": "45322438-90d7-46ad-81f5-96919e74a371",
            "gambit_id": "62cd4bdd-074b-4e65-bfbb-e7ca19d5871a",
            "last_updated": "2022-09-01T10:42:05.520200-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (T Anderson)",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec4e0544-ed5a-42e7-a309-64e0f13107dd/?format=api"
        }
    ]
}