GET /api/bet_types/f2c6dbaf-d52c-4e45-960a-8d4df51a33ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2c6dbaf-d52c-4e45-960a-8d4df51a33ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/2baf4afc-057c-4bd1-9b70-8f98906592e3/?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": "Portland Trail Blazers",
                "amount": 7121.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2879.0
            }
        ],
        "expected_reward_tokens": 9184.01,
        "profit_sb": 184.01,
        "profit_sb_percentage": 2.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "19866acf-e08a-44ba-b6a7-e8b6fb240a17",
            "gambit_id": "c7db749a-90cf-45b8-884d-6f83237fffc5",
            "last_updated": "2022-12-15T10:41:57.981543-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2c6dbaf-d52c-4e45-960a-8d4df51a33ff/?format=api"
        },
        {
            "id": "d781ec7b-d328-420f-821f-b4e02fe8a912",
            "gambit_id": "e64c6e33-6d53-48c8-b7e9-8ba66785592f",
            "last_updated": "2022-12-15T10:41:57.980455-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.19000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2c6dbaf-d52c-4e45-960a-8d4df51a33ff/?format=api"
        }
    ]
}