GET /api/bet_types/af33e244-cf02-408b-a17e-e319fe798cf5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af33e244-cf02-408b-a17e-e319fe798cf5",
    "match": "https://api-prod.gambitprofit.com/api/matches/519b4dc7-5798-4cdd-b664-b2b168d6d884/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T13:13:09.868102-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": "New York Mets",
                "amount": 5091.0
            },
            {
                "team": "Philadelphia Phillies",
                "amount": 4909.0
            }
        ],
        "expected_reward_tokens": 9571.08,
        "profit_sb": 71.08,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "77b6d890-3dc2-4f8c-8262-d9b282a6473e",
            "gambit_id": "ed3a0ef1-fc6e-47e1-aae3-d398e6cb4ef3",
            "last_updated": "2023-10-02T11:03:24.080957-04:00",
            "created_at": "2023-09-30T13:13:09.880655-04:00",
            "name": "New York Mets",
            "reward": "1.88000",
            "odds": "1.91740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af33e244-cf02-408b-a17e-e319fe798cf5/?format=api"
        },
        {
            "id": "4190d74e-4cdb-416a-9bb6-f9cffcc0d54a",
            "gambit_id": "223debb4-74b1-47af-8f95-0c8c2f4a3e2e",
            "last_updated": "2023-10-02T11:03:24.076390-04:00",
            "created_at": "2023-09-30T13:13:09.874860-04:00",
            "name": "Philadelphia Phillies",
            "reward": "1.95000",
            "odds": "1.99010",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af33e244-cf02-408b-a17e-e319fe798cf5/?format=api"
        }
    ]
}