GET /api/bet_types/254cd54b-3357-4e19-beb5-3c50c2da6639/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "254cd54b-3357-4e19-beb5-3c50c2da6639",
    "match": "https://api-prod.gambitprofit.com/api/matches/af84acb1-2727-42d7-9914-41d6408b7cb4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:06.718837-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "127ce48e-b1eb-401b-a294-5b3ae3473899",
            "gambit_id": "48758aeb-3d0a-401b-86d6-c91556a88107",
            "last_updated": "2023-10-26T10:48:15.655185-04:00",
            "created_at": "2023-10-25T09:13:06.725943-04:00",
            "name": "New York Knicks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254cd54b-3357-4e19-beb5-3c50c2da6639/?format=api"
        },
        {
            "id": "6c5b0b6e-534e-4f2b-b256-69cb61beebb1",
            "gambit_id": "659ada04-49e6-4114-8ca7-2eb7f117fcf1",
            "last_updated": "2023-10-26T10:48:15.658646-04:00",
            "created_at": "2023-10-25T09:13:06.730791-04:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254cd54b-3357-4e19-beb5-3c50c2da6639/?format=api"
        }
    ]
}