GET /api/bet_types/e0a31023-6e3d-44b3-a6c6-7dc526b395dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0a31023-6e3d-44b3-a6c6-7dc526b395dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bd7524b-bbea-474d-b45c-ac58684c167c/?format=api",
    "name": "Play the Odds",
    "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": "COL",
                "amount": 5499.0
            },
            {
                "team": "SFO",
                "amount": 4501.0
            }
        ],
        "expected_reward_tokens": 9182.04,
        "profit_sb": 182.04,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f9c90be-6ecc-4ea2-bc9a-234991744ecb",
            "gambit_id": "4ceca735-c43c-439e-9191-696ecc760b78",
            "last_updated": "2022-08-22T09:41:58.954508-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a31023-6e3d-44b3-a6c6-7dc526b395dc/?format=api"
        },
        {
            "id": "8da90a55-2e4a-4df3-a77c-c4bea317ce79",
            "gambit_id": "69b7124f-8dd6-46db-a696-bd0c470104e4",
            "last_updated": "2022-08-22T09:41:58.954954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a31023-6e3d-44b3-a6c6-7dc526b395dc/?format=api"
        }
    ]
}