GET /api/bet_types/a16c2706-f0e7-44ac-acb5-9b497930eef8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a16c2706-f0e7-44ac-acb5-9b497930eef8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1a9ace8-eee9-4c81-be53-f9bc10eda4e5/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:11.684875-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "88768038-27d2-4290-bda6-fce82f8ee61d",
            "gambit_id": "eb31f017-abf9-49d1-8029-1679ab8dd083",
            "last_updated": "2022-12-31T14:06:51.860047-05:00",
            "created_at": "2022-12-30T10:27:11.685999-05:00",
            "name": "Golden State Warriors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a16c2706-f0e7-44ac-acb5-9b497930eef8/?format=api"
        },
        {
            "id": "fb645e82-0b60-4a9a-b35b-c52f60cfa9cd",
            "gambit_id": "aeec8605-e573-44df-b40a-34af6523499f",
            "last_updated": "2022-12-31T14:06:51.861158-05:00",
            "created_at": "2022-12-30T10:27:11.687201-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a16c2706-f0e7-44ac-acb5-9b497930eef8/?format=api"
        }
    ]
}