GET /api/bet_types/7d187b24-df55-42a3-af42-3ba92be8a39e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d187b24-df55-42a3-af42-3ba92be8a39e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f94263c2-d8d7-4fc2-a3aa-6c28172e396b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "UTSA",
                "amount": 5000.0
            },
            {
                "team": "Florida Intl",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "b07a5af7-1f42-4783-a209-575ecb080532",
            "gambit_id": "d90d8a2e-6320-4c97-a3be-fe5bc11f3f79",
            "last_updated": "2022-10-15T09:12:28.596668-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-33.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d187b24-df55-42a3-af42-3ba92be8a39e/?format=api"
        },
        {
            "id": "2b34f2ad-3913-4ca5-80d7-d85c0474f6dc",
            "gambit_id": "6205749f-11e0-422d-833c-c48780bff2c5",
            "last_updated": "2022-10-15T09:12:28.597738-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "33.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d187b24-df55-42a3-af42-3ba92be8a39e/?format=api"
        }
    ]
}