GET /api/bet_types/1ec77843-1c12-43f5-aa5a-541bfda57ed4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ec77843-1c12-43f5-aa5a-541bfda57ed4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e50e6e5-e57c-40ac-a04b-227090d9ca97/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:33:04.138593-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "548913c1-8e65-49b3-815f-074b1c423b70",
            "gambit_id": "db9775b8-26ee-4004-9c06-e8ae9c97d520",
            "last_updated": "2023-09-15T16:18:23.885226-04:00",
            "created_at": "2023-09-14T09:33:04.142763-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec77843-1c12-43f5-aa5a-541bfda57ed4/?format=api"
        },
        {
            "id": "aa46a602-a9da-47c4-8330-c08c52fc6a62",
            "gambit_id": "2e8aad94-c77b-45b3-b084-358facc4c4dc",
            "last_updated": "2023-09-15T16:18:23.888554-04:00",
            "created_at": "2023-09-14T09:33:04.146984-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ec77843-1c12-43f5-aa5a-541bfda57ed4/?format=api"
        }
    ]
}