GET /api/bet_types/a9f9bd97-5ebb-4261-86c3-2bf80701aa75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9f9bd97-5ebb-4261-86c3-2bf80701aa75",
    "match": "https://api-prod.gambitprofit.com/api/matches/105cc638-e036-4b93-a161-cc9dace44f55/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:14.682358-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": "Anaheim Ducks",
                "amount": 5317.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "a32c5b76-f3b6-4f63-8dab-4c28a69f907b",
            "gambit_id": "0411c0e7-19c1-4423-b6ff-4c177ad82d05",
            "last_updated": "2023-12-04T15:23:35.009142-05:00",
            "created_at": "2023-12-02T08:28:14.690745-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9f9bd97-5ebb-4261-86c3-2bf80701aa75/?format=api"
        },
        {
            "id": "d4584d01-b183-4b40-82c1-1d70d1bdc8ae",
            "gambit_id": "b5069b65-6b6a-4218-8ffa-6dd25f60f2f3",
            "last_updated": "2023-12-04T15:23:35.005907-05:00",
            "created_at": "2023-12-02T08:28:14.686559-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9f9bd97-5ebb-4261-86c3-2bf80701aa75/?format=api"
        }
    ]
}