GET /api/bet_types/f6129dde-c9ff-4cbb-8c7a-37f611617f28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6129dde-c9ff-4cbb-8c7a-37f611617f28",
    "match": "https://api-prod.gambitprofit.com/api/matches/36b16d65-a7fa-4cff-b698-d482c066271d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T09:48:14.033477-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": "Sacramento Kings",
                "amount": 5107.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "015ea4dd-d33e-435d-bfab-fa41815b2f71",
            "gambit_id": "46513531-f395-4860-978d-cb208497a4dd",
            "last_updated": "2024-01-15T10:13:21.001077-05:00",
            "created_at": "2024-01-12T09:48:14.037745-05:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6129dde-c9ff-4cbb-8c7a-37f611617f28/?format=api"
        },
        {
            "id": "cf3d3ea0-5117-48f2-9068-064088655da1",
            "gambit_id": "f1f92238-ce94-4ead-8c79-b67c422fc3a6",
            "last_updated": "2024-01-15T10:13:21.006164-05:00",
            "created_at": "2024-01-12T09:48:14.042173-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6129dde-c9ff-4cbb-8c7a-37f611617f28/?format=api"
        }
    ]
}