GET /api/bet_types/4c667525-0939-46d9-a816-1e6e5fa67a5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c667525-0939-46d9-a816-1e6e5fa67a5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4621f06b-3266-4a7f-b092-e034f0b4bf94/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Atlanta Hawks",
                "amount": 6642.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3358.0
            }
        ],
        "expected_reward_tokens": 9099.54,
        "profit_sb": 99.54,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "0736f9e3-c695-4d0a-a9f0-0af86232026e",
            "gambit_id": "7f9beaa8-e62c-4d75-815e-676895e5f0f6",
            "last_updated": "2022-12-06T09:52:00.499970-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c667525-0939-46d9-a816-1e6e5fa67a5a/?format=api"
        },
        {
            "id": "6969c058-fda9-4786-bb25-c93914cd29df",
            "gambit_id": "e578065f-3bd1-4d40-9049-db004166c9f6",
            "last_updated": "2022-12-06T09:52:00.500961-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c667525-0939-46d9-a816-1e6e5fa67a5a/?format=api"
        }
    ]
}