GET /api/bet_types/2e6c6a2c-bd91-460b-885c-04d5975e72ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e6c6a2c-bd91-460b-885c-04d5975e72ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9d66f41-d4be-480a-a5fb-c22132fb7774/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Florida Panthers",
                "amount": 5000.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9f8931d-ce8e-41ce-9127-331b89d2249a",
            "gambit_id": "3694c641-ea9c-4ccf-bae4-b690d8b54a5f",
            "last_updated": "2022-11-29T10:07:05.514586-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e6c6a2c-bd91-460b-885c-04d5975e72ba/?format=api"
        },
        {
            "id": "caaf9fc5-0e4f-4e5a-9997-31f0acfd8e8c",
            "gambit_id": "04b3f527-4873-4744-9e11-91c7d521810c",
            "last_updated": "2022-11-29T10:07:05.515636-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e6c6a2c-bd91-460b-885c-04d5975e72ba/?format=api"
        }
    ]
}