GET /api/bet_types/7eef6a53-e725-4cef-84ea-c0ad0c546062/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7eef6a53-e725-4cef-84ea-c0ad0c546062",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6462002-1c29-4b3a-8778-7f160030b010/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:04.137107-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": "Philadelphia 76ers",
                "amount": 5780.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "b78d121f-c35e-4e41-b2b9-93d52c45b44a",
            "gambit_id": "19c471d6-4357-40cd-8c72-1ebb73e3b1b4",
            "last_updated": "2023-01-30T17:46:57.400325-05:00",
            "created_at": "2023-01-28T09:42:04.138346-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eef6a53-e725-4cef-84ea-c0ad0c546062/?format=api"
        },
        {
            "id": "1ac66c7d-becd-48df-bf36-20c3731f1fb6",
            "gambit_id": "70c3a162-0851-41e4-b8d6-778db13dd79d",
            "last_updated": "2023-01-30T17:46:57.402075-05:00",
            "created_at": "2023-01-28T09:42:04.139692-05:00",
            "name": "Denver Nuggets",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eef6a53-e725-4cef-84ea-c0ad0c546062/?format=api"
        }
    ]
}