GET /api/bet_types/25414634-2f5a-4914-aa09-446bcda3bace/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25414634-2f5a-4914-aa09-446bcda3bace",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d3305c7-7892-4f06-9d5d-56a5e46dbf6c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:06:57.198159-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": "Phoenix Suns",
                "amount": 7203.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "21d00a3d-474a-4909-9df3-30595ab3b93f",
            "gambit_id": "60a85866-bd08-46bb-b7a1-dd3d1ed66005",
            "last_updated": "2023-04-23T18:32:12.668292-04:00",
            "created_at": "2023-04-22T13:06:57.201367-04:00",
            "name": "Phoenix Suns",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25414634-2f5a-4914-aa09-446bcda3bace/?format=api"
        },
        {
            "id": "4988ac67-f7dc-4ff5-9079-34cab5e6e396",
            "gambit_id": "f51d515b-a089-4c11-b678-5939950a716b",
            "last_updated": "2023-04-23T18:32:12.666518-04:00",
            "created_at": "2023-04-22T13:06:57.199727-04:00",
            "name": "Los Angeles Clippers",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25414634-2f5a-4914-aa09-446bcda3bace/?format=api"
        }
    ]
}