GET /api/bet_types/f889dc9a-f305-4631-8517-39d1f35f9a7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f889dc9a-f305-4631-8517-39d1f35f9a7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5d258f0-855f-42d3-baa4-0182237a071f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-29T08:33:13.672450-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": "ATL (C Morton)",
                "amount": 7106.0
            },
            {
                "team": "COL (P Lambert)",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6e56df4-22b1-4f59-b5b1-416a9a85ac39",
            "gambit_id": "20d80376-d4de-44fe-9cc9-4c736521dfdb",
            "last_updated": "2023-08-30T13:28:25.776004-04:00",
            "created_at": "2023-08-29T08:33:13.676489-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f889dc9a-f305-4631-8517-39d1f35f9a7d/?format=api"
        },
        {
            "id": "58973c6f-d35e-4059-8a5e-de2b5747b6df",
            "gambit_id": "b5dbd73e-2dc5-444a-8729-18d22a00881e",
            "last_updated": "2023-08-30T13:28:25.779583-04:00",
            "created_at": "2023-08-29T08:33:13.680473-04:00",
            "name": "COL (P Lambert)",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f889dc9a-f305-4631-8517-39d1f35f9a7d/?format=api"
        }
    ]
}