GET /api/bet_types/e31b629e-e577-47e2-936e-2d026792794c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e31b629e-e577-47e2-936e-2d026792794c",
    "match": "https://api-prod.gambitprofit.com/api/matches/aaa130b9-d739-4fb2-9de7-84333f7e3784/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:56.017223-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": "Los Angeles Kings",
                "amount": 5316.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a7cdcfd-86ff-48d5-806e-65b5387c8d0a",
            "gambit_id": "ab69456c-1935-4df4-b658-51ad48b25c11",
            "last_updated": "2023-02-12T10:37:14.929338-05:00",
            "created_at": "2023-02-11T09:01:56.018537-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31b629e-e577-47e2-936e-2d026792794c/?format=api"
        },
        {
            "id": "d2f19512-ab51-4969-bc52-de77c17b7ae9",
            "gambit_id": "3a86bedb-f32c-4e00-9aab-f46d47e1e0d6",
            "last_updated": "2023-02-12T10:37:14.930395-05:00",
            "created_at": "2023-02-11T09:01:56.019905-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31b629e-e577-47e2-936e-2d026792794c/?format=api"
        }
    ]
}