GET /api/bet_types/23a181fb-373a-49b8-8f31-b7d53b8bac10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23a181fb-373a-49b8-8f31-b7d53b8bac10",
    "match": "https://api-prod.gambitprofit.com/api/matches/03590bc6-fd43-4684-abf5-3092bd69fadc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-31T09:23:02.451904-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": "Los Angeles Clippers",
                "amount": 6928.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed496c7e-6e9d-4bc7-bdc7-21825d5b6cec",
            "gambit_id": "76302bf6-1536-480a-9ec1-7d0beb0f797a",
            "last_updated": "2023-11-01T09:23:18.912028-04:00",
            "created_at": "2023-10-31T09:23:02.470322-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23a181fb-373a-49b8-8f31-b7d53b8bac10/?format=api"
        },
        {
            "id": "8d9cda88-6a3c-4ed4-8ee7-29197a1c4aac",
            "gambit_id": "eace5091-54db-4269-b9fb-c78f0f09485e",
            "last_updated": "2023-11-01T09:23:18.908162-04:00",
            "created_at": "2023-10-31T09:23:02.462819-04:00",
            "name": "Orlando Magic",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23a181fb-373a-49b8-8f31-b7d53b8bac10/?format=api"
        }
    ]
}