GET /api/bet_types/a64d27f1-c3d2-4a7c-a918-ae47d8b47c88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a64d27f1-c3d2-4a7c-a918-ae47d8b47c88",
    "match": "https://api-prod.gambitprofit.com/api/matches/eaf0f069-3845-47ed-9b93-86ed2c5bcc8f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-09T14:53:16.839485-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": "BOS (N Pivetta)",
                "amount": 6627.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "93f3daeb-3b7a-490a-a6bd-39ae4e0028e5",
            "gambit_id": "bc680b6a-3460-4ae8-83c2-321fba867ede",
            "last_updated": "2023-08-10T12:32:56.169773-04:00",
            "created_at": "2023-08-09T14:53:16.848824-04:00",
            "name": "BOS (N Pivetta)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a64d27f1-c3d2-4a7c-a918-ae47d8b47c88/?format=api"
        },
        {
            "id": "6e3aa7ef-3400-4517-8bc1-ec018d47e1cb",
            "gambit_id": "ba160f05-f0ad-4b74-81e9-adaaaa69de59",
            "last_updated": "2023-08-10T12:32:56.166489-04:00",
            "created_at": "2023-08-09T14:53:16.843938-04:00",
            "name": "KAN (J Lyles)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a64d27f1-c3d2-4a7c-a918-ae47d8b47c88/?format=api"
        }
    ]
}