GET /api/bet_types/cbdc9fc0-1e8e-48f4-bc19-06b3c1c98049/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbdc9fc0-1e8e-48f4-bc19-06b3c1c98049",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b2fb4d8-2bc5-44a8-9f43-e4187164a8ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-29T10:38:02.810688-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": "cd1f8efc-4c2e-488a-9fa6-bf1f53fe5b72",
            "gambit_id": "e092d73a-aefa-41d5-aeb8-cac3c1f54017",
            "last_updated": "2023-11-30T11:23:13.335374-05:00",
            "created_at": "2023-11-29T10:38:02.814551-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/cbdc9fc0-1e8e-48f4-bc19-06b3c1c98049/?format=api"
        },
        {
            "id": "b4189f93-b1a1-4c72-9bf1-46e54dd1e1ad",
            "gambit_id": "7b98432b-b0de-4109-87f6-ddcf1f89e599",
            "last_updated": "2023-11-30T11:23:13.338531-05:00",
            "created_at": "2023-11-29T10:38:02.819435-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/cbdc9fc0-1e8e-48f4-bc19-06b3c1c98049/?format=api"
        }
    ]
}