GET /api/bet_types/de7ae51b-d1e4-4dd1-9a2c-c46c67c21821/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de7ae51b-d1e4-4dd1-9a2c-c46c67c21821",
    "match": "https://api-prod.gambitprofit.com/api/matches/22eeb4df-f3cf-4374-9599-17da4f6a3ff8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-05T09:47:04.030809-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": "Philadelphia 76ers",
                "amount": 6090.0
            },
            {
                "team": "New York Knicks",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7c2b07c-fa1d-418b-847a-61098d43b83e",
            "gambit_id": "810a08ad-321e-4d4d-9b28-6bf9cf569cd2",
            "last_updated": "2023-02-06T09:11:57.986957-05:00",
            "created_at": "2023-02-05T09:47:04.033540-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de7ae51b-d1e4-4dd1-9a2c-c46c67c21821/?format=api"
        },
        {
            "id": "0800de18-94f9-4a81-bda9-80a12709531b",
            "gambit_id": "c5b11dc3-43a6-418f-9350-96f320687ddf",
            "last_updated": "2023-02-06T09:11:57.985662-05:00",
            "created_at": "2023-02-05T09:47:04.032136-05:00",
            "name": "New York Knicks",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de7ae51b-d1e4-4dd1-9a2c-c46c67c21821/?format=api"
        }
    ]
}