GET /api/bet_types/4e1dcb06-1e43-4a29-991c-d05e9b331ec6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e1dcb06-1e43-4a29-991c-d05e9b331ec6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c3f1364-6b2e-459f-91ca-c3cdc87df2f5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T08:58:05.246480-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": "SDG (B Snell)",
                "amount": 5909.0
            },
            {
                "team": "PHI (T Walker)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "7349f36a-e6e7-425e-ac90-8dbb6cea94ae",
            "gambit_id": "1a2cdb5c-19e9-4ab7-a1ff-0906a72d9d29",
            "last_updated": "2023-07-22T11:03:17.574500-04:00",
            "created_at": "2023-07-15T08:58:05.248370-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e1dcb06-1e43-4a29-991c-d05e9b331ec6/?format=api"
        },
        {
            "id": "d3490a7c-ca5e-4cfa-bd48-2178b9b58a68",
            "gambit_id": "f307221b-8390-4818-bec6-ea11e312fd50",
            "last_updated": "2023-07-22T11:03:17.578154-04:00",
            "created_at": "2023-07-15T08:58:05.249973-04:00",
            "name": "PHI (T Walker)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e1dcb06-1e43-4a29-991c-d05e9b331ec6/?format=api"
        }
    ]
}