GET /api/bet_types/f1fd8c91-a400-4495-9ecb-ef34504e9de0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1fd8c91-a400-4495-9ecb-ef34504e9de0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c902f37-ea50-4dad-a798-f35600753455/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-27T10:23:19.462698-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": "New York Knicks",
                "amount": 5214.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "168b75a2-2ee0-4ae8-893c-68e3e030b8e6",
            "gambit_id": "8c67d254-1207-474f-99d1-c74ed908966a",
            "last_updated": "2023-10-30T15:03:12.033272-04:00",
            "created_at": "2023-10-27T10:23:19.472278-04:00",
            "name": "New York Knicks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1fd8c91-a400-4495-9ecb-ef34504e9de0/?format=api"
        },
        {
            "id": "3cf1d955-78ec-48b8-8adf-44f6a3694a7f",
            "gambit_id": "f1a645cf-59af-4abf-92e4-93f558cc7ea4",
            "last_updated": "2023-10-30T15:03:12.036481-04:00",
            "created_at": "2023-10-27T10:23:19.477384-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1fd8c91-a400-4495-9ecb-ef34504e9de0/?format=api"
        }
    ]
}