GET /api/bet_types/56f18196-02ee-4109-bdd6-0e48876ac576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56f18196-02ee-4109-bdd6-0e48876ac576",
    "match": "https://api-prod.gambitprofit.com/api/matches/26bd4b9c-4575-4a57-9ad4-eb2ec88553f5/?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": "Charlotte Hornets",
                "amount": 5304.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "b0326825-ca90-41b1-b41d-70dda6741f2a",
            "gambit_id": "9ea07342-002e-42b0-8351-f913b6577bd2",
            "last_updated": "2022-11-15T11:37:31.195092-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f18196-02ee-4109-bdd6-0e48876ac576/?format=api"
        },
        {
            "id": "dbdcfc6e-7f87-4fb6-b065-566f5e45d650",
            "gambit_id": "851389bb-305f-49f4-8ddf-8139c814d4bd",
            "last_updated": "2022-11-15T11:37:31.194056-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f18196-02ee-4109-bdd6-0e48876ac576/?format=api"
        }
    ]
}