GET /api/bet_types/4bc6d607-7e5e-42d2-acdc-b03f17d5251f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bc6d607-7e5e-42d2-acdc-b03f17d5251f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa175d5e-9a35-4e05-937c-8753aaa127f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-06T08:32:16.219590-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": "Golden State Warriors",
                "amount": 5861.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c72ed8a-dba0-4912-8dbf-73a00061aec6",
            "gambit_id": "2feaffe3-31a1-4720-bd28-9ba078d3f191",
            "last_updated": "2023-02-07T10:22:15.815999-05:00",
            "created_at": "2023-02-06T08:32:16.221062-05:00",
            "name": "Golden State Warriors",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc6d607-7e5e-42d2-acdc-b03f17d5251f/?format=api"
        },
        {
            "id": "833da1ce-4c78-4325-82ec-b03630e99a6f",
            "gambit_id": "a8cacb6c-c1b1-4dd3-a92d-7bd186226a76",
            "last_updated": "2023-02-07T10:22:15.817457-05:00",
            "created_at": "2023-02-06T08:32:16.222635-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc6d607-7e5e-42d2-acdc-b03f17d5251f/?format=api"
        }
    ]
}