GET /api/bet_types/7e56741a-e507-4609-a5c1-ac3cbc9ea598/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e56741a-e507-4609-a5c1-ac3cbc9ea598",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ddcbd3-2c72-4f7c-b6d5-cb4f82bb068e/?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": "Golden State Warriors",
                "amount": 7121.0
            },
            {
                "team": "New York Knicks",
                "amount": 2879.0
            }
        ],
        "expected_reward_tokens": 9184.01,
        "profit_sb": 184.01,
        "profit_sb_percentage": 2.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "b45f35f5-3622-42e9-84f6-be2650633204",
            "gambit_id": "d3f01a1e-ebe0-4494-b5ce-5069eac4b4a2",
            "last_updated": "2022-11-19T10:38:37.798392-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e56741a-e507-4609-a5c1-ac3cbc9ea598/?format=api"
        },
        {
            "id": "2dd6fef9-b8dc-4412-a739-6b40d7c7ff28",
            "gambit_id": "d6a19e6c-3911-4d9e-82db-21b1db414e12",
            "last_updated": "2022-11-19T10:38:37.799344-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "3.19000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e56741a-e507-4609-a5c1-ac3cbc9ea598/?format=api"
        }
    ]
}