GET /api/bet_types/3d6d3f56-39df-40b9-ae5f-7a9a4995702d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d6d3f56-39df-40b9-ae5f-7a9a4995702d",
    "match": "https://api-prod.gambitprofit.com/api/matches/98252ca7-8c51-4242-a955-54e013adf24f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-19T08:47:59.698405-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": "COL",
                "amount": 5000.0
            },
            {
                "team": "HOU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea915e6c-71f4-4d40-9704-2fb211915fd1",
            "gambit_id": "b4ae200e-5809-4fde-a064-e2085e7ff01d",
            "last_updated": "2023-07-20T19:48:15.436200-04:00",
            "created_at": "2023-07-19T08:47:59.701228-04:00",
            "name": "COL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d6d3f56-39df-40b9-ae5f-7a9a4995702d/?format=api"
        },
        {
            "id": "8ab6d2a8-bf57-4fdc-8276-cf88ff57f679",
            "gambit_id": "f5fb62f5-d0ad-4ba7-8b52-f0701eea5313",
            "last_updated": "2023-07-20T19:48:15.434848-04:00",
            "created_at": "2023-07-19T08:47:59.699756-04:00",
            "name": "HOU",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d6d3f56-39df-40b9-ae5f-7a9a4995702d/?format=api"
        }
    ]
}