GET /api/bet_types/846cb340-0fd0-4082-a4cc-491b8f46f4dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "846cb340-0fd0-4082-a4cc-491b8f46f4dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/75e22149-04e5-48ae-a724-bd014f693b45/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:07.727483-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": "Florida Panthers",
                "amount": 6390.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "612ba7a1-d7a7-4744-97a0-387c2480ce10",
            "gambit_id": "22371f9b-648e-40c3-ad2e-25111877259b",
            "last_updated": "2023-11-06T09:18:29.292728-05:00",
            "created_at": "2023-11-04T09:48:07.731836-04:00",
            "name": "Florida Panthers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846cb340-0fd0-4082-a4cc-491b8f46f4dc/?format=api"
        },
        {
            "id": "809dd65d-2e52-46d7-a4a8-fe4332c4bfb6",
            "gambit_id": "3d9e17fd-6ddc-4e87-85eb-afb94c575649",
            "last_updated": "2023-11-06T09:18:29.297622-05:00",
            "created_at": "2023-11-04T09:48:07.737155-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846cb340-0fd0-4082-a4cc-491b8f46f4dc/?format=api"
        }
    ]
}