GET /api/bet_types/2235b559-5a83-4d34-ad46-5ecf1b5cd957/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2235b559-5a83-4d34-ad46-5ecf1b5cd957",
    "match": "https://api-prod.gambitprofit.com/api/matches/96dff0c7-44c5-44fe-ad52-18ec640c0f5a/?format=api",
    "name": "Pick the Winner",
    "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": "HOU (H Brown)",
                "amount": 6577.0
            },
            {
                "team": "DET (D Hutchison)",
                "amount": 3423.0
            }
        ],
        "expected_reward_tokens": 9207.8,
        "profit_sb": 207.8,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "e427006e-f8cf-4fda-bd5b-e3e06550c978",
            "gambit_id": "11410d2a-5bec-4292-9d6d-996de9517400",
            "last_updated": "2022-09-14T10:32:13.820714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (H Brown)",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2235b559-5a83-4d34-ad46-5ecf1b5cd957/?format=api"
        },
        {
            "id": "76de2f00-c012-4ca1-8338-1c33f9a4de4a",
            "gambit_id": "cbf947e4-fcca-4716-b68d-0d32a86b55de",
            "last_updated": "2022-09-14T10:32:13.819748-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (D Hutchison)",
            "reward": "2.69000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2235b559-5a83-4d34-ad46-5ecf1b5cd957/?format=api"
        }
    ]
}