GET /api/bet_types/c6eda56a-0c2d-4efa-bb2a-340e1ecf571f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6eda56a-0c2d-4efa-bb2a-340e1ecf571f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d29d6b0-ed03-45a5-a127-8b5a06b4de8b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-23T11:47:58.061456-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": "CLE",
                "amount": 5688.0
            },
            {
                "team": "PHI",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8084285-5c8a-4d7a-af11-fb3a04959653",
            "gambit_id": "7863cc37-43a1-4c52-a785-af20cc8c83a8",
            "last_updated": "2023-07-24T13:33:11.506666-04:00",
            "created_at": "2023-07-23T11:47:58.076078-04:00",
            "name": "CLE",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6eda56a-0c2d-4efa-bb2a-340e1ecf571f/?format=api"
        },
        {
            "id": "5749c65a-b12f-4dd5-af0b-a3629183fbb0",
            "gambit_id": "c130f252-635f-4260-b8fe-f3ed89bb0344",
            "last_updated": "2023-07-24T13:33:11.510346-04:00",
            "created_at": "2023-07-23T11:47:58.070722-04:00",
            "name": "PHI",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6eda56a-0c2d-4efa-bb2a-340e1ecf571f/?format=api"
        }
    ]
}