GET /api/bet_types/7c97c697-2989-4527-9d18-6a5deed8b0d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c97c697-2989-4527-9d18-6a5deed8b0d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf24a7a8-0c10-44c8-acdc-fadf3aa75ad7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T08:38:08.015993-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": "TOR",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c784fdd-f2e8-46a5-a686-17fc15de6381",
            "gambit_id": "42da2566-4bd7-48ec-906d-8d1cc0ee9bed",
            "last_updated": "2023-08-28T18:32:59.077534-04:00",
            "created_at": "2023-08-25T08:38:08.019736-04:00",
            "name": "CLE",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c97c697-2989-4527-9d18-6a5deed8b0d1/?format=api"
        },
        {
            "id": "24df024c-eac8-4be4-8e7d-515740e9909e",
            "gambit_id": "6c7d1c3e-42ed-42bd-9fad-ed8b7a18bb13",
            "last_updated": "2023-08-28T18:32:59.081201-04:00",
            "created_at": "2023-08-25T08:38:08.023842-04:00",
            "name": "TOR",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c97c697-2989-4527-9d18-6a5deed8b0d1/?format=api"
        }
    ]
}