GET /api/bet_types/122f02d6-3063-4368-9af9-5162e48e599f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "122f02d6-3063-4368-9af9-5162e48e599f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a75864a-3dec-4a9e-b1d9-7309d8cb1ef4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:15.001832-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": "Golden State Warriors",
                "amount": 5319.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "77aaae85-046d-46a9-89d5-a9a7816028c2",
            "gambit_id": "5a8417c0-7c82-426a-b93a-66264a23ae6e",
            "last_updated": "2024-01-29T22:03:09.200790-05:00",
            "created_at": "2024-01-27T09:18:15.009937-05:00",
            "name": "Golden State Warriors",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/122f02d6-3063-4368-9af9-5162e48e599f/?format=api"
        },
        {
            "id": "17cdc342-a193-4f37-b3f9-2ac7fdacda8c",
            "gambit_id": "faee6a6b-4a0a-4782-aff5-e522003f3349",
            "last_updated": "2024-01-29T22:03:09.197270-05:00",
            "created_at": "2024-01-27T09:18:15.005996-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/122f02d6-3063-4368-9af9-5162e48e599f/?format=api"
        }
    ]
}