GET /api/bet_types/e04db4d5-4ab7-4cc6-93e4-a3b2d7163055/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e04db4d5-4ab7-4cc6-93e4-a3b2d7163055",
    "match": "https://api-prod.gambitprofit.com/api/matches/06b33bb6-2b0a-46f1-b55e-84eccde85842/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-29T08:38:25.825798-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "44d00ec2-9f6b-427b-826e-8b574085f6a2",
            "gambit_id": "4f90e5ee-89bb-405b-9078-b99ffd827aea",
            "last_updated": "2023-06-30T10:43:11.667596-04:00",
            "created_at": "2023-06-29T08:38:25.828234-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e04db4d5-4ab7-4cc6-93e4-a3b2d7163055/?format=api"
        },
        {
            "id": "6790007e-39a9-4aab-b27b-6f6823f9f71b",
            "gambit_id": "9f3e9e53-16b5-4aae-8e99-d50654c2226a",
            "last_updated": "2023-06-30T10:43:11.669213-04:00",
            "created_at": "2023-06-29T08:38:25.830921-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e04db4d5-4ab7-4cc6-93e4-a3b2d7163055/?format=api"
        }
    ]
}