GET /api/bet_types/9948b944-fdf3-4392-aa9c-6a84ceeacb30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9948b944-fdf3-4392-aa9c-6a84ceeacb30",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b9e19e8-730a-4c70-9497-6f3914a4abb6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:08.798156-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": "Philadelphia Eagles",
                "amount": 5214.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c17fef7-643a-4a03-accf-049e8eee68e5",
            "gambit_id": "ace9435b-2bb9-4eeb-824c-5e4c55522542",
            "last_updated": "2023-11-06T21:13:14.858474-05:00",
            "created_at": "2023-11-02T09:03:08.807893-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9948b944-fdf3-4392-aa9c-6a84ceeacb30/?format=api"
        },
        {
            "id": "a047a21e-3a45-43b2-ab43-fae3f7e54aae",
            "gambit_id": "9cd74b20-74bb-43ad-89fe-1bd61d8ba89c",
            "last_updated": "2023-11-06T21:13:14.855084-05:00",
            "created_at": "2023-11-02T09:03:08.802891-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9948b944-fdf3-4392-aa9c-6a84ceeacb30/?format=api"
        }
    ]
}