GET /api/bet_types/25e0727e-ee82-40d2-8647-1debc5842489/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25e0727e-ee82-40d2-8647-1debc5842489",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fec77b3-24e9-43ea-9e76-82cc479f56c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:17.034968-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d712415-8c42-49d1-a18e-bfca7f5fd7cb",
            "gambit_id": "13530178-eca1-4c4a-9971-a5fcb181eb1f",
            "last_updated": "2023-04-05T17:37:09.312072-04:00",
            "created_at": "2023-04-04T09:32:17.036334-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25e0727e-ee82-40d2-8647-1debc5842489/?format=api"
        },
        {
            "id": "2d53c2af-1df7-41db-9fe1-f89a6b097fa1",
            "gambit_id": "a98291f4-0317-447c-8983-b14634d4c43c",
            "last_updated": "2023-04-05T17:37:09.313433-04:00",
            "created_at": "2023-04-04T09:32:17.037777-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25e0727e-ee82-40d2-8647-1debc5842489/?format=api"
        }
    ]
}