GET /api/bet_types/544eb727-15af-4afb-b505-1bfe8f0aa665/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "544eb727-15af-4afb-b505-1bfe8f0aa665",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fa9e514-cb35-4966-aa67-471f51ee70b3/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:43:01.029273-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 Under 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a01cb68a-e346-4a3b-8014-3dd589881cac",
            "gambit_id": "4e9db19e-9fa4-4900-8576-ba4e71588f9b",
            "last_updated": "2024-01-09T10:28:29.306940-05:00",
            "created_at": "2024-01-04T09:43:01.036148-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/544eb727-15af-4afb-b505-1bfe8f0aa665/?format=api"
        },
        {
            "id": "42d276dd-1ebb-47fe-b098-54f15081637e",
            "gambit_id": "6f0c1d80-9399-44e7-b80e-b625f0fe8faa",
            "last_updated": "2024-01-09T10:28:29.303642-05:00",
            "created_at": "2024-01-04T09:43:01.032741-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/544eb727-15af-4afb-b505-1bfe8f0aa665/?format=api"
        }
    ]
}