GET /api/bet_types/c63bf404-741f-45e8-88ca-9567c9d7c1a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c63bf404-741f-45e8-88ca-9567c9d7c1a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/18a23dd6-a829-42ab-a34d-f4777b83abb2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:07:59.195513-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": "Toronto Maple Leafs",
                "amount": 7026.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2974.0
            }
        ],
        "expected_reward_tokens": 9485.1,
        "profit_sb": -14.9,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "e85c5aec-2aad-4e89-85f6-078e34947a57",
            "gambit_id": "c3d2549a-63ee-4bc1-b310-50143240f6e1",
            "last_updated": "2023-11-27T09:58:23.725186-05:00",
            "created_at": "2023-11-24T09:07:59.199400-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63bf404-741f-45e8-88ca-9567c9d7c1a0/?format=api"
        },
        {
            "id": "d66a160c-6a9f-4b7a-9b3c-1a0d0ea3839d",
            "gambit_id": "6bd8849e-0af2-4a24-815d-fd4de452e163",
            "last_updated": "2023-11-27T09:58:23.728678-05:00",
            "created_at": "2023-11-24T09:07:59.204560-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.19000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63bf404-741f-45e8-88ca-9567c9d7c1a0/?format=api"
        }
    ]
}