GET /api/bet_types/e4610fb9-66c0-49cf-8162-4ec22b7a93d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4610fb9-66c0-49cf-8162-4ec22b7a93d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4105cbc4-5f39-4b06-a8ee-d2e594d59d45/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-10T08:43:00.387283-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": 5319.0
            },
            {
                "team": "TOR",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "590ccb15-282d-47f1-b2ec-feee93b458e6",
            "gambit_id": "c0996abe-b1ed-4b5c-9435-66c0614b99f5",
            "last_updated": "2023-08-11T11:03:13.967902-04:00",
            "created_at": "2023-08-10T08:43:00.396505-04:00",
            "name": "CLE",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4610fb9-66c0-49cf-8162-4ec22b7a93d5/?format=api"
        },
        {
            "id": "79758141-bf7b-45d0-a686-4c6df8083c46",
            "gambit_id": "5eb2f84e-263b-411f-9be3-0cf8ec780671",
            "last_updated": "2023-08-11T11:03:13.962558-04:00",
            "created_at": "2023-08-10T08:43:00.391123-04:00",
            "name": "TOR",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4610fb9-66c0-49cf-8162-4ec22b7a93d5/?format=api"
        }
    ]
}