GET /api/bet_types/c8870023-667f-4550-ba76-4e91800a983f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8870023-667f-4550-ba76-4e91800a983f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc0732c1-1b3f-4021-9240-1b67ff45b59b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-03T10:48:11.141773-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": "BOS (C Sale)",
                "amount": 6359.0
            },
            {
                "team": "KAN (T Clarke)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "8fc31ed4-56b2-426f-87f9-1031a2837068",
            "gambit_id": "a2fc3ce2-ce02-4912-9d36-ec608d13135c",
            "last_updated": "2023-09-05T10:32:58.213302-04:00",
            "created_at": "2023-09-03T10:48:11.148276-04:00",
            "name": "BOS (C Sale)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8870023-667f-4550-ba76-4e91800a983f/?format=api"
        },
        {
            "id": "fab34df2-23e2-4813-a6aa-ba6283f5b4e6",
            "gambit_id": "1a81f51f-b152-443f-92e1-90f240348c9b",
            "last_updated": "2023-09-05T10:32:58.217154-04:00",
            "created_at": "2023-09-03T10:48:11.155905-04:00",
            "name": "KAN (T Clarke)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8870023-667f-4550-ba76-4e91800a983f/?format=api"
        }
    ]
}