GET /api/bet_types/73b9257a-7482-4760-a000-f2e78a578be6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73b9257a-7482-4760-a000-f2e78a578be6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ce259ef-6bbe-4bd2-9c3d-304c1fc6680c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-07T08:48:14.229134-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": "SEA (L Castillo)",
                "amount": 5260.0
            },
            {
                "team": "TAM (Z Littell)",
                "amount": 4740.0
            }
        ],
        "expected_reward_tokens": 9573.2,
        "profit_sb": 73.2,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "608c2c87-d7fd-4f37-b65a-a12e3029a3c9",
            "gambit_id": "cdf8a442-e795-4e6e-805c-3c60a4dadece",
            "last_updated": "2023-09-08T09:33:01.227846-04:00",
            "created_at": "2023-09-07T08:48:14.234445-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73b9257a-7482-4760-a000-f2e78a578be6/?format=api"
        },
        {
            "id": "c7961fbd-2c7b-42e6-b0d2-4bbe6a3987ab",
            "gambit_id": "67e39bfb-b578-44e2-a65f-4d06483a75a8",
            "last_updated": "2023-09-08T09:33:01.231399-04:00",
            "created_at": "2023-09-07T08:48:14.239723-04:00",
            "name": "TAM (Z Littell)",
            "reward": "2.02000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73b9257a-7482-4760-a000-f2e78a578be6/?format=api"
        }
    ]
}