GET /api/bet_types/f4c77f60-ef3e-467f-84df-52c616fbd4bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4c77f60-ef3e-467f-84df-52c616fbd4bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c48b7971-f6c0-4ee9-ac9c-c37260b444b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:05.723728-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": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3b861f1-fabc-4008-87c1-1a8158ca396e",
            "gambit_id": "1fdbc8b1-47b7-4a1f-89b7-60a286905050",
            "last_updated": "2023-02-14T09:31:56.104684-05:00",
            "created_at": "2023-02-13T08:17:05.724929-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c77f60-ef3e-467f-84df-52c616fbd4bd/?format=api"
        },
        {
            "id": "898c9aff-fd39-4f6a-b664-47e972060fb0",
            "gambit_id": "4a1746cb-e5b1-463d-840f-322a7e5347ab",
            "last_updated": "2023-02-14T09:31:56.105858-05:00",
            "created_at": "2023-02-13T08:17:05.726141-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c77f60-ef3e-467f-84df-52c616fbd4bd/?format=api"
        }
    ]
}