GET /api/bet_types/7211b4dd-948b-4a75-84ac-5d09d57c65a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7211b4dd-948b-4a75-84ac-5d09d57c65a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/676b6bda-e991-44a0-a1dc-1eea361a5fcc/?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": "DET",
                "amount": 5492.0
            },
            {
                "team": "MIN",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c949d5b-fd23-4a0c-b853-c8f496ac535c",
            "gambit_id": "39c75f31-1ba8-457c-8aeb-9d9ea7825b05",
            "last_updated": "2022-10-02T15:17:09.433291-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7211b4dd-948b-4a75-84ac-5d09d57c65a4/?format=api"
        },
        {
            "id": "df7a2190-a223-4216-89c5-b5f5943df250",
            "gambit_id": "e57799c3-bbf5-4218-a60a-887b90ceda84",
            "last_updated": "2022-10-02T15:17:09.434452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7211b4dd-948b-4a75-84ac-5d09d57c65a4/?format=api"
        }
    ]
}