GET /api/bet_types/16e89720-1ba9-43ac-a95b-f84667c72797/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16e89720-1ba9-43ac-a95b-f84667c72797",
    "match": "https://api-prod.gambitprofit.com/api/matches/77b4a285-09f1-4990-99f9-3a4540aad5cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T09:07:12.808807-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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "54910c9c-8174-4913-890d-f8c7143ea64f",
            "gambit_id": "a6eb615f-821d-479c-b001-e462a94d690c",
            "last_updated": "2023-03-16T17:37:22.739174-04:00",
            "created_at": "2023-03-15T09:07:12.810676-04:00",
            "name": "Game Total Under 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e89720-1ba9-43ac-a95b-f84667c72797/?format=api"
        },
        {
            "id": "af7a9db8-2f7d-4a86-aea8-43028607c968",
            "gambit_id": "321d013b-8a77-4e76-86a5-03ce6bd4ce59",
            "last_updated": "2023-03-16T17:37:22.740938-04:00",
            "created_at": "2023-03-15T09:07:12.812539-04:00",
            "name": "Game Total Over 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e89720-1ba9-43ac-a95b-f84667c72797/?format=api"
        }
    ]
}