GET /api/bet_types/8ac71e97-1c42-48ff-9705-620b91cdb304/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ac71e97-1c42-48ff-9705-620b91cdb304",
    "match": "https://api-prod.gambitprofit.com/api/matches/adcb6375-ad23-49d8-a3aa-5c2c279f4431/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-30T08:58:12.864212-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": "Minnesota Timberwolves",
                "amount": 5515.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb92c62f-3638-4c88-8652-c872a0f9950a",
            "gambit_id": "c1b401d5-e0c4-448c-a7fe-25d9e6483b88",
            "last_updated": "2023-10-31T20:13:10.333178-04:00",
            "created_at": "2023-10-30T08:58:12.879505-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ac71e97-1c42-48ff-9705-620b91cdb304/?format=api"
        },
        {
            "id": "82e4140d-8592-4640-a14b-40fbe2b71bc5",
            "gambit_id": "0912b30c-a277-4bfd-bd3b-183175036b33",
            "last_updated": "2023-10-31T20:13:10.336869-04:00",
            "created_at": "2023-10-30T08:58:12.884122-04:00",
            "name": "Atlanta Hawks",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ac71e97-1c42-48ff-9705-620b91cdb304/?format=api"
        }
    ]
}