GET /api/bet_types/0d16ac6f-2a79-442a-a9a7-52710ec2297b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d16ac6f-2a79-442a-a9a7-52710ec2297b",
    "match": "https://api-prod.gambitprofit.com/api/matches/00077d5a-b305-4d57-93a5-4f40e2c7ddb1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-08T08:43:18.829067-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "af167766-a25d-4ddb-9677-6aaf30cf5efc",
            "gambit_id": "61927817-b55b-4014-bfa0-c8d854133cd9",
            "last_updated": "2023-06-10T13:38:11.878818-04:00",
            "created_at": "2023-06-08T08:43:18.831964-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d16ac6f-2a79-442a-a9a7-52710ec2297b/?format=api"
        },
        {
            "id": "e5d86d22-1c6e-4076-8de2-f949fd30c358",
            "gambit_id": "3a4c1c33-2a81-4b82-afee-3316bd9642ec",
            "last_updated": "2023-06-10T13:38:11.876146-04:00",
            "created_at": "2023-06-08T08:43:18.830489-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d16ac6f-2a79-442a-a9a7-52710ec2297b/?format=api"
        }
    ]
}