GET /api/bet_types/d075bdbf-f89a-4c88-807f-24af930ff91d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d075bdbf-f89a-4c88-807f-24af930ff91d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d854556b-1d7a-4cce-873b-c0bc1a1a2841/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:23:08.612043-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": "MIL (C Rea)",
                "amount": 5000.0
            },
            {
                "team": "CHC (K Hendricks)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "085e0e16-4d70-45f7-992d-793abcd224b8",
            "gambit_id": "02305289-82ad-439f-9ddf-244ce8ab3753",
            "last_updated": "2023-09-30T10:48:12.299015-04:00",
            "created_at": "2023-09-29T09:23:08.621807-04:00",
            "name": "MIL (C Rea)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d075bdbf-f89a-4c88-807f-24af930ff91d/?format=api"
        },
        {
            "id": "e724362a-9ff5-4f0b-afc0-943bbf15ce1c",
            "gambit_id": "b8158c13-cbce-46ec-b328-33d7499e7bb1",
            "last_updated": "2023-09-30T10:48:12.295427-04:00",
            "created_at": "2023-09-29T09:23:08.616663-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d075bdbf-f89a-4c88-807f-24af930ff91d/?format=api"
        }
    ]
}