GET /api/bet_types/f97244ab-bc82-4c5f-876e-d2e23c204eec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f97244ab-bc82-4c5f-876e-d2e23c204eec",
    "match": "https://api-prod.gambitprofit.com/api/matches/75115aa8-f4fe-49af-a53c-5e0be02a00b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-11T09:38:15.514668-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": "Oklahoma City Thunder",
                "amount": 8637.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1363.0
            }
        ],
        "expected_reward_tokens": 9500.11,
        "profit_sb": 0.11,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6b734b0-daf5-4b36-a23c-a8c99eaba9c7",
            "gambit_id": "3315a553-3c99-487e-87ad-0734ae91d56a",
            "last_updated": "2024-01-15T09:43:14.119891-05:00",
            "created_at": "2024-01-11T09:38:15.522513-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.10000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f97244ab-bc82-4c5f-876e-d2e23c204eec/?format=api"
        },
        {
            "id": "6a5e5136-d70e-40b1-ba1d-71b98d8b59af",
            "gambit_id": "7a60e725-563f-45f9-bdd7-ee389fe12d86",
            "last_updated": "2024-01-15T09:43:14.116602-05:00",
            "created_at": "2024-01-11T09:38:15.518606-05:00",
            "name": "Portland Trail Blazers",
            "reward": "6.97000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f97244ab-bc82-4c5f-876e-d2e23c204eec/?format=api"
        }
    ]
}