GET /api/bet_types/e9ab164e-bcd0-4df3-8d8c-3e0567c528b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9ab164e-bcd0-4df3-8d8c-3e0567c528b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c5e234f-d465-4cf8-bda9-806b100b485d/?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": "DET (ED Rodriguez)",
                "amount": 5418.0
            },
            {
                "team": "KAN (J Heasley)",
                "amount": 4582.0
            }
        ],
        "expected_reward_tokens": 9209.82,
        "profit_sb": 209.82,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "47c6d67d-334f-4f80-94e4-859430501958",
            "gambit_id": "44d8749c-81eb-4167-a184-c430cbe345a2",
            "last_updated": "2022-09-30T09:52:28.661210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (ED Rodriguez)",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ab164e-bcd0-4df3-8d8c-3e0567c528b4/?format=api"
        },
        {
            "id": "f04e5c13-2251-423c-94d5-8631eb5940a7",
            "gambit_id": "4f5b64de-b6b8-4724-8801-dae2623b767c",
            "last_updated": "2022-09-30T09:52:28.662217-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (J Heasley)",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ab164e-bcd0-4df3-8d8c-3e0567c528b4/?format=api"
        }
    ]
}