GET /api/bet_types/540500d6-e357-4c60-b195-7d6033c2affc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "540500d6-e357-4c60-b195-7d6033c2affc",
    "match": "https://api-prod.gambitprofit.com/api/matches/db2dad38-1f73-4263-b60b-fc3f98ad954d/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:21.977503-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "680a458a-af2a-479f-9200-c587ab7c82e2",
            "gambit_id": "41bb31ea-10fd-4f59-b9ac-277e60fbf20d",
            "last_updated": "2024-02-01T10:53:01.761221-05:00",
            "created_at": "2024-01-31T09:58:21.985606-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540500d6-e357-4c60-b195-7d6033c2affc/?format=api"
        },
        {
            "id": "52fa3075-2866-45eb-a983-abc94bd57cfc",
            "gambit_id": "ccc8177f-c86b-4e38-ad27-8f9b8984d5c0",
            "last_updated": "2024-02-01T10:53:01.757737-05:00",
            "created_at": "2024-01-31T09:58:21.981314-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540500d6-e357-4c60-b195-7d6033c2affc/?format=api"
        }
    ]
}