GET /api/bet_types/531c74be-999a-41b8-9866-8ee95f6ea45a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "531c74be-999a-41b8-9866-8ee95f6ea45a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a21bcdd-55a9-4ea4-8c55-d90f77244927/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:18.285132-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": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d56176e-9f8e-4e81-bdea-081de987a4c1",
            "gambit_id": "08b62065-1f1b-4bda-bca0-1ed27e72e4a7",
            "last_updated": "2023-11-03T10:23:05.780058-04:00",
            "created_at": "2023-11-01T09:08:18.289622-04:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/531c74be-999a-41b8-9866-8ee95f6ea45a/?format=api"
        },
        {
            "id": "d2d4500c-fa88-4f4f-bef0-7be7ce09cd42",
            "gambit_id": "4e65a4e1-7ca3-42ae-84de-205f8ce38e26",
            "last_updated": "2023-11-03T10:23:05.783569-04:00",
            "created_at": "2023-11-01T09:08:18.299821-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/531c74be-999a-41b8-9866-8ee95f6ea45a/?format=api"
        }
    ]
}