GET /api/bet_types/d6c7c5a3-a8a4-467b-8f9d-929538b96817/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6c7c5a3-a8a4-467b-8f9d-929538b96817",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4e55b3b-7d9a-4111-95be-92631d1b1030/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-23T09:06:53.080290-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 Over 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cca299d-f1da-4f07-b7cc-02991451804a",
            "gambit_id": "999859b8-9cc4-4504-850e-a3e979b46dd2",
            "last_updated": "2023-03-24T10:46:53.066725-04:00",
            "created_at": "2023-03-23T09:06:53.084032-04:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6c7c5a3-a8a4-467b-8f9d-929538b96817/?format=api"
        },
        {
            "id": "bdbab5e8-e583-4867-9512-232c7bbd3d21",
            "gambit_id": "f132d3a4-8d3c-4c76-9495-791d1d08375b",
            "last_updated": "2023-03-24T10:46:53.065045-04:00",
            "created_at": "2023-03-23T09:06:53.081985-04:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6c7c5a3-a8a4-467b-8f9d-929538b96817/?format=api"
        }
    ]
}