GET /api/bet_types/491a97cc-8f45-4924-9d19-861e80723f28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "491a97cc-8f45-4924-9d19-861e80723f28",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e771ac6-e40d-4076-be37-1926c89a6e79/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "142333ab-6224-4817-8638-6dedbb2767b6",
            "gambit_id": "334e8340-d5ce-4197-aca9-062337bf73b4",
            "last_updated": "2022-12-20T15:52:20.978968-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/491a97cc-8f45-4924-9d19-861e80723f28/?format=api"
        },
        {
            "id": "70d098d9-8918-482c-b0d5-408530daf27f",
            "gambit_id": "3e64c7d0-ba99-4b9d-a397-74b48a79512a",
            "last_updated": "2022-12-20T15:52:20.977894-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/491a97cc-8f45-4924-9d19-861e80723f28/?format=api"
        }
    ]
}