GET /api/bet_types/b3fe0101-946c-4911-b5c5-b1bcc02eb2d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3fe0101-946c-4911-b5c5-b1bcc02eb2d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/042a7be8-e913-4f77-94d0-6b6f9f965649/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-08T09:58:14.682882-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": "SFO",
                "amount": 5107.0
            },
            {
                "team": "COL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbd4a99e-8803-4ef4-ac7c-87822f711331",
            "gambit_id": "a9534dab-43d2-4be1-a54d-f9d9cad428f9",
            "last_updated": "2023-07-10T10:13:20.052103-04:00",
            "created_at": "2023-07-08T09:58:14.686273-04:00",
            "name": "SFO",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3fe0101-946c-4911-b5c5-b1bcc02eb2d5/?format=api"
        },
        {
            "id": "276da1b2-db95-45a7-9044-819662ff7dd9",
            "gambit_id": "ae11a30a-113a-4930-b029-f516999f9713",
            "last_updated": "2023-07-10T10:13:20.050491-04:00",
            "created_at": "2023-07-08T09:58:14.684487-04:00",
            "name": "COL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3fe0101-946c-4911-b5c5-b1bcc02eb2d5/?format=api"
        }
    ]
}