GET /api/bet_types/999f33c1-9378-47c6-8174-17e5437bae62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "999f33c1-9378-47c6-8174-17e5437bae62",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1fb0567-1fc3-404c-b1be-549a295f3047/?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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea344def-58a0-4883-ae60-a19367e7bf5a",
            "gambit_id": "0e71f211-6599-4659-8a91-aef22b722059",
            "last_updated": "2022-08-26T13:07:11.820624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 40.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999f33c1-9378-47c6-8174-17e5437bae62/?format=api"
        },
        {
            "id": "85c62dbe-212a-4fad-a8ef-725ba645b438",
            "gambit_id": "3208f83b-f472-42c9-94be-0e16ea31c803",
            "last_updated": "2022-08-26T13:07:11.820188-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 40.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999f33c1-9378-47c6-8174-17e5437bae62/?format=api"
        }
    ]
}