GET /api/bet_types/e087a04a-04ef-4be8-87d4-e1d1e59d949c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e087a04a-04ef-4be8-87d4-e1d1e59d949c",
    "match": "https://api-prod.gambitprofit.com/api/matches/da97c4f5-9212-48ec-bf14-53da30ee7c30/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-27T12:47:13.033797-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": "Game Total Under 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d263707b-8018-4664-9bb2-e21ac0d2b034",
            "gambit_id": "67fb0a9c-043c-4722-badb-36bb650dc768",
            "last_updated": "2023-03-28T11:06:56.311321-04:00",
            "created_at": "2023-03-27T12:47:13.036661-04:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e087a04a-04ef-4be8-87d4-e1d1e59d949c/?format=api"
        },
        {
            "id": "7508a1ab-e8b3-4bf0-bf28-981c756afe3e",
            "gambit_id": "ec2d5660-92a6-4ccc-90d7-fb11d4dffd6e",
            "last_updated": "2023-03-28T11:06:56.313869-04:00",
            "created_at": "2023-03-27T12:47:13.039726-04:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e087a04a-04ef-4be8-87d4-e1d1e59d949c/?format=api"
        }
    ]
}