GET /api/bet_types/aa64df60-14a0-426a-88cf-94d5af6f0df0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa64df60-14a0-426a-88cf-94d5af6f0df0",
    "match": "https://api-prod.gambitprofit.com/api/matches/62e8e003-227e-4b7c-8617-e0a01a07309f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T11:47:02.690101-04: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": "CHC (J Steele)",
                "amount": 5990.0
            },
            {
                "team": "MIA (E Cabrera)",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9583.9,
        "profit_sb": 83.9,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "0a24047a-2f69-45f6-8b49-ad001052f727",
            "gambit_id": "be1a7761-81e7-4539-8ad4-b99692328bc5",
            "last_updated": "2023-05-06T11:52:02.838215-04:00",
            "created_at": "2023-05-05T11:47:02.691563-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa64df60-14a0-426a-88cf-94d5af6f0df0/?format=api"
        },
        {
            "id": "7eda70ac-c44d-435a-afb1-8d369e83ee3e",
            "gambit_id": "0cff1e5f-8641-4ec5-8eb9-183482dce43c",
            "last_updated": "2023-05-06T11:52:02.839723-04:00",
            "created_at": "2023-05-05T11:47:02.693296-04:00",
            "name": "MIA (E Cabrera)",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa64df60-14a0-426a-88cf-94d5af6f0df0/?format=api"
        }
    ]
}