GET /api/bet_types/a1176238-68e4-4daf-a717-849bcaf40ef5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1176238-68e4-4daf-a717-849bcaf40ef5",
    "match": "https://api-prod.gambitprofit.com/api/matches/00b423c0-914b-4743-bc4a-e8d1f4a35847/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:38:20.448733-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": "Oklahoma City Thunder",
                "amount": 5784.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "5299e66b-5b86-4a87-aa36-bd3f689376b2",
            "gambit_id": "01d82f49-fecf-428a-98cc-0408c35ade60",
            "last_updated": "2023-12-09T11:43:26.751950-05:00",
            "created_at": "2023-12-08T09:38:20.457071-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1176238-68e4-4daf-a717-849bcaf40ef5/?format=api"
        },
        {
            "id": "48eb4646-9d7a-4b47-b345-93e1ff851fbc",
            "gambit_id": "efa93609-977e-44a4-8e3c-beab8d971827",
            "last_updated": "2023-12-09T11:43:26.748435-05:00",
            "created_at": "2023-12-08T09:38:20.452892-05:00",
            "name": "Golden State Warriors",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1176238-68e4-4daf-a717-849bcaf40ef5/?format=api"
        }
    ]
}