GET /api/bet_types/0dd153e0-ea13-43d7-b213-4bfb60d2073a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dd153e0-ea13-43d7-b213-4bfb60d2073a",
    "match": "https://api-prod.gambitprofit.com/api/matches/52f37467-e2c1-4ecf-a793-fcf0d7d8cda9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:14.815044-04: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": "Los Angeles Chargers",
                "amount": 7832.0
            },
            {
                "team": "Chicago Bears",
                "amount": 2168.0
            }
        ],
        "expected_reward_tokens": 9474.16,
        "profit_sb": -25.84,
        "profit_sb_percentage": -0.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba5fafd6-ff54-4897-a59e-c5cb645cdf14",
            "gambit_id": "ef7dfe8c-2cc9-47b2-a136-7e538d26327c",
            "last_updated": "2023-10-30T15:28:27.955827-04:00",
            "created_at": "2023-10-25T09:13:14.824079-04:00",
            "name": "Los Angeles Chargers",
            "reward": "1.21000",
            "odds": "1.21740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dd153e0-ea13-43d7-b213-4bfb60d2073a/?format=api"
        },
        {
            "id": "cb776eea-4268-448a-b98d-ad30b36708d4",
            "gambit_id": "1d52efc7-5231-4bde-ad1a-3129b8f56f41",
            "last_updated": "2023-10-30T15:28:27.952689-04:00",
            "created_at": "2023-10-25T09:13:14.818958-04:00",
            "name": "Chicago Bears",
            "reward": "4.37000",
            "odds": "4.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dd153e0-ea13-43d7-b213-4bfb60d2073a/?format=api"
        }
    ]
}