GET /api/bet_types/92bb0ed9-2606-443c-bca4-50b22db50f65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92bb0ed9-2606-443c-bca4-50b22db50f65",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cf92973-b8e5-4f3b-865e-c9c30bf5c09d/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a58560c0-c431-4b09-90e9-fd44997c8bc6",
            "gambit_id": "b86bae36-8ecf-4d4b-97f4-c7749080557d",
            "last_updated": "2022-11-07T09:08:19.515427-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92bb0ed9-2606-443c-bca4-50b22db50f65/?format=api"
        },
        {
            "id": "eb2f3632-3fe7-4983-b9f5-164584485fde",
            "gambit_id": "346efd72-32a4-40a4-a30d-7b12c8bd3c76",
            "last_updated": "2022-11-07T09:08:19.514245-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92bb0ed9-2606-443c-bca4-50b22db50f65/?format=api"
        }
    ]
}