GET /api/bet_types/c16db8af-bbe3-402a-8bf3-c6ccaa4347af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c16db8af-bbe3-402a-8bf3-c6ccaa4347af",
    "match": "https://api-prod.gambitprofit.com/api/matches/53f0ebee-eb23-41f1-9425-d9692ccd7d65/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:55.561820-05: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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3a1ba6f-d71e-4fbc-addc-fd63a7b4084b",
            "gambit_id": "03272f42-f2d6-46c8-8706-991d6565f025",
            "last_updated": "2023-02-12T09:42:13.248526-05:00",
            "created_at": "2023-02-11T09:01:55.563109-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c16db8af-bbe3-402a-8bf3-c6ccaa4347af/?format=api"
        },
        {
            "id": "86d1dcb0-b923-42be-940e-4ab047b4ad4e",
            "gambit_id": "e1898fca-4aef-4cf1-a744-e5e85ec07ff8",
            "last_updated": "2023-02-12T09:42:13.249632-05:00",
            "created_at": "2023-02-11T09:01:55.564568-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c16db8af-bbe3-402a-8bf3-c6ccaa4347af/?format=api"
        }
    ]
}