GET /api/bet_types/7c992a3a-d2d4-4237-a69b-2351ef9fdb4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c992a3a-d2d4-4237-a69b-2351ef9fdb4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4e55b3b-7d9a-4111-95be-92631d1b1030/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:53.085884-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": "Anaheim Ducks",
                "amount": 5000.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3281647-0ed9-4d0f-9528-bfc6c3433dd5",
            "gambit_id": "04ac999c-35cf-49f5-9f34-6b7cdb614d13",
            "last_updated": "2023-03-24T10:46:53.070639-04:00",
            "created_at": "2023-03-23T09:06:53.087611-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c992a3a-d2d4-4237-a69b-2351ef9fdb4f/?format=api"
        },
        {
            "id": "245c2c0d-6a35-48b4-9579-e749d2a943d4",
            "gambit_id": "8d8eaffb-a47d-4d6b-b5e4-a40dd451e095",
            "last_updated": "2023-03-24T10:46:53.072624-04:00",
            "created_at": "2023-03-23T09:06:53.089545-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c992a3a-d2d4-4237-a69b-2351ef9fdb4f/?format=api"
        }
    ]
}