GET /api/bet_types/15aec37c-d57c-4b78-8b1c-812904b785fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15aec37c-d57c-4b78-8b1c-812904b785fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d45cfbb5-55df-48cc-bcf2-4cf6de1f9c21/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T09:07:11.731421-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": "Philadelphia 76ers",
                "amount": 5599.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "10c01dba-61c9-41dd-a80c-b7a18fb6d07b",
            "gambit_id": "19ed9f8c-bd95-493a-9cb2-1ca1bb756e02",
            "last_updated": "2023-03-16T17:37:24.188148-04:00",
            "created_at": "2023-03-15T09:07:11.735204-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15aec37c-d57c-4b78-8b1c-812904b785fb/?format=api"
        },
        {
            "id": "43ea5a80-4e3c-4574-9eba-d7eb7eb359cd",
            "gambit_id": "1319a88b-f2ea-4503-85b0-9a9cd882c666",
            "last_updated": "2023-03-16T17:37:24.185627-04:00",
            "created_at": "2023-03-15T09:07:11.733314-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15aec37c-d57c-4b78-8b1c-812904b785fb/?format=api"
        }
    ]
}