GET /api/bet_types/a55c0ebe-3856-41ce-aa9c-bcbd063fb910/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a55c0ebe-3856-41ce-aa9c-bcbd063fb910",
    "match": "https://api-prod.gambitprofit.com/api/matches/0938ec90-3698-4960-b89f-183ce0fa3844/?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": "ARI",
                "amount": 5208.0
            },
            {
                "team": "HOU",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7dd4e20-542f-4402-8e8a-fa3df27120a2",
            "gambit_id": "30424c78-7cd8-455a-bed0-31a3cf475f53",
            "last_updated": "2022-09-28T08:57:04.291005-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a55c0ebe-3856-41ce-aa9c-bcbd063fb910/?format=api"
        },
        {
            "id": "41b9ebba-9c11-4d31-bf5f-983ab31e3a32",
            "gambit_id": "8d95c6a5-c6a1-410b-bd55-1feb039c2017",
            "last_updated": "2022-09-28T08:57:04.289992-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a55c0ebe-3856-41ce-aa9c-bcbd063fb910/?format=api"
        }
    ]
}