GET /api/bet_types/9f096085-6895-4dfb-9bb0-8b89412e688f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f096085-6895-4dfb-9bb0-8b89412e688f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddf72d05-75ed-4d58-86ea-5213b84c9d05/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-17T09:28:11.558444-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": "Buffalo Sabres",
                "amount": 7152.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 9512.16,
        "profit_sb": 12.16,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ff4ed87-0afd-4222-be99-05217d475588",
            "gambit_id": "cee49c7c-8786-4609-ba00-fbb985d3aed0",
            "last_updated": "2024-01-19T12:08:15.809777-05:00",
            "created_at": "2024-01-17T09:28:11.569995-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f096085-6895-4dfb-9bb0-8b89412e688f/?format=api"
        },
        {
            "id": "801a669b-1b73-45ad-9593-97a3a9cbfa3e",
            "gambit_id": "42cf3508-fcb1-4579-9bf2-12420f1ab5f5",
            "last_updated": "2024-01-19T12:08:15.806416-05:00",
            "created_at": "2024-01-17T09:28:11.564537-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f096085-6895-4dfb-9bb0-8b89412e688f/?format=api"
        }
    ]
}