GET /api/bet_types/a6ec6764-6909-4cb7-a9a2-c9e85c02b566/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6ec6764-6909-4cb7-a9a2-c9e85c02b566",
    "match": "https://api-prod.gambitprofit.com/api/matches/83b05c1a-4c04-427b-a807-64390eb27b3c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T09:13:24.740567-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": "HOU (H Brown)",
                "amount": 7106.0
            },
            {
                "team": "KAN (S Cruz)",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "c9459d0f-5d36-4106-ab8e-0bac97f81077",
            "gambit_id": "da3e5d4f-c5f2-4fe6-904c-ef60a6223d52",
            "last_updated": "2023-09-26T09:53:04.931850-04:00",
            "created_at": "2023-09-24T09:13:24.752252-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6ec6764-6909-4cb7-a9a2-c9e85c02b566/?format=api"
        },
        {
            "id": "e3ae48ef-46d4-4d38-96de-3a6a3d3e5acf",
            "gambit_id": "adf4997d-f932-4c98-9740-f7aa3785eb19",
            "last_updated": "2023-09-26T09:53:04.927588-04:00",
            "created_at": "2023-09-24T09:13:24.744561-04:00",
            "name": "KAN (S Cruz)",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6ec6764-6909-4cb7-a9a2-c9e85c02b566/?format=api"
        }
    ]
}