GET /api/bet_types/af11a1ee-64c1-42e9-ae69-30bbbe9394f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af11a1ee-64c1-42e9-ae69-30bbbe9394f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/23451f4a-409b-4c53-85ea-66f82cc87306/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:14.962632-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3cd1db4-1ee6-4d8a-b153-b8c6bbaa8869",
            "gambit_id": "7b991a20-376b-48c2-bc54-f1958febddcf",
            "last_updated": "2024-01-16T14:18:22.764590-05:00",
            "created_at": "2024-01-13T09:38:14.967638-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af11a1ee-64c1-42e9-ae69-30bbbe9394f4/?format=api"
        },
        {
            "id": "a8172946-5492-49e4-813f-dc3c89b0862d",
            "gambit_id": "721ebb69-2b55-4148-9aef-88b262386252",
            "last_updated": "2024-01-16T14:18:22.767773-05:00",
            "created_at": "2024-01-13T09:38:14.972067-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af11a1ee-64c1-42e9-ae69-30bbbe9394f4/?format=api"
        }
    ]
}