GET /api/bet_types/92fc7a81-3a10-48e9-b7fe-34292dcee3a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92fc7a81-3a10-48e9-b7fe-34292dcee3a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/17ef78b7-b3e4-4788-8599-f98d0e29681c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-05T10:57:14.527816-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": "KAN",
                "amount": 5699.0
            },
            {
                "team": "MIA",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c9bd2e0-b989-43d0-8917-d5f39c89dc10",
            "gambit_id": "1436c47d-71cf-44c3-b294-7fb55205e0d1",
            "last_updated": "2023-06-06T16:02:18.955413-04:00",
            "created_at": "2023-06-05T10:57:14.532307-04:00",
            "name": "KAN",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fc7a81-3a10-48e9-b7fe-34292dcee3a7/?format=api"
        },
        {
            "id": "e374dafb-3065-4228-92e7-7bd5a3aaa179",
            "gambit_id": "90f2060e-bade-4917-a075-2cf6a21f0b88",
            "last_updated": "2023-06-06T16:02:18.957172-04:00",
            "created_at": "2023-06-05T10:57:14.534371-04:00",
            "name": "MIA",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fc7a81-3a10-48e9-b7fe-34292dcee3a7/?format=api"
        }
    ]
}