GET /api/bet_types/63e318f6-a2a0-4066-ae7f-02dec2a89e49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63e318f6-a2a0-4066-ae7f-02dec2a89e49",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0614aed-855a-4cdf-81f9-562e27712060/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:18:00.717442-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": "Vegas Golden Knights",
                "amount": 5319.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bb61bae-858d-4c12-a731-b0a220e63801",
            "gambit_id": "624275ba-539b-4ce6-b93c-8f1cc7f59e1a",
            "last_updated": "2023-11-10T12:43:20.516833-05:00",
            "created_at": "2023-11-08T08:18:00.727219-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e318f6-a2a0-4066-ae7f-02dec2a89e49/?format=api"
        },
        {
            "id": "e44eb4c2-4ef9-4829-b0ce-7c6ae671ddd4",
            "gambit_id": "526fd1d2-2c6c-460a-ae72-ed0a9cc47de5",
            "last_updated": "2023-11-10T12:43:20.513271-05:00",
            "created_at": "2023-11-08T08:18:00.722010-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e318f6-a2a0-4066-ae7f-02dec2a89e49/?format=api"
        }
    ]
}