GET /api/bet_types/6bcd035c-c55d-41bd-a8bb-bb54f59fdaf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bcd035c-c55d-41bd-a8bb-bb54f59fdaf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/215de7b6-3ff7-4325-98ca-6b60ecefefd6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:46:58.131908-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": "DET",
                "amount": 5317.0
            },
            {
                "team": "CLE",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "0894b279-9004-43a1-af96-69354fcb8593",
            "gambit_id": "8a576135-ad52-42ac-985e-baa59c0573c0",
            "last_updated": "2023-05-09T11:31:53.396603-04:00",
            "created_at": "2023-05-08T11:46:58.135116-04:00",
            "name": "DET",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bcd035c-c55d-41bd-a8bb-bb54f59fdaf7/?format=api"
        },
        {
            "id": "33b04226-0361-4e6c-bd30-eb36e423fc3c",
            "gambit_id": "06460a01-32fd-46b4-ae0b-8f47dfdcc43d",
            "last_updated": "2023-05-09T11:31:53.395196-04:00",
            "created_at": "2023-05-08T11:46:58.133442-04:00",
            "name": "CLE",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bcd035c-c55d-41bd-a8bb-bb54f59fdaf7/?format=api"
        }
    ]
}