GET /api/bet_types/63fc0fb4-9275-4127-8b72-c801bde6bd79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63fc0fb4-9275-4127-8b72-c801bde6bd79",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fb811fb-b83a-462e-a61f-af04c4cbc2bf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:20.344211-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 2.5",
                "amount": 5255.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4745.0
            }
        ],
        "expected_reward_tokens": 9300.2,
        "profit_sb": -199.8,
        "profit_sb_percentage": -2.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "13edecba-c3ae-4b6c-a7ca-2e4aa318aeef",
            "gambit_id": "0618f529-dbfb-4956-885a-1916a480e7ea",
            "last_updated": "2023-03-20T10:07:02.343477-04:00",
            "created_at": "2023-03-16T17:37:20.346295-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63fc0fb4-9275-4127-8b72-c801bde6bd79/?format=api"
        },
        {
            "id": "bebf5ec1-39bf-4ac9-8f82-7d9473fd9c80",
            "gambit_id": "14d5dd16-ce08-41bd-9915-b64c0a3c5674",
            "last_updated": "2023-03-20T10:07:02.346276-04:00",
            "created_at": "2023-03-16T17:37:20.348443-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63fc0fb4-9275-4127-8b72-c801bde6bd79/?format=api"
        }
    ]
}