GET /api/bet_types/3baa5795-b9e0-4125-a1cc-ca872e421349/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3baa5795-b9e0-4125-a1cc-ca872e421349",
    "match": "https://api-prod.gambitprofit.com/api/matches/8962f8fb-1dbd-4a2b-b983-66f3b42873e6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-08T08:38:23.883896-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": "TAM",
                "amount": 5319.0
            },
            {
                "team": "ATL",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8e84192-134d-4822-80c9-dd2f8166ae5f",
            "gambit_id": "f6aa747f-2d4b-4fc3-b174-67f7aecbac7f",
            "last_updated": "2023-07-10T10:08:11.477348-04:00",
            "created_at": "2023-07-08T08:38:23.889711-04:00",
            "name": "TAM",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3baa5795-b9e0-4125-a1cc-ca872e421349/?format=api"
        },
        {
            "id": "9805359d-5323-44ea-9ea4-d2113ae8f869",
            "gambit_id": "d2230fa5-0760-421b-a34e-2c71548e7d68",
            "last_updated": "2023-07-10T10:08:11.474860-04:00",
            "created_at": "2023-07-08T08:38:23.886690-04:00",
            "name": "ATL",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3baa5795-b9e0-4125-a1cc-ca872e421349/?format=api"
        }
    ]
}