GET /api/bet_types/4dda0499-8f5b-4c03-9d47-7bc8043f045b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dda0499-8f5b-4c03-9d47-7bc8043f045b",
    "match": "https://api-prod.gambitprofit.com/api/matches/409ae40b-fd10-4dd3-843c-d17acfdccc6d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-14T10:57:07.800749-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 Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c0a581c-b002-4e98-9563-07b172900413",
            "gambit_id": "506899c0-c46a-480a-80e1-2aa6327b1848",
            "last_updated": "2023-05-15T11:37:00.543502-04:00",
            "created_at": "2023-05-14T10:57:07.802701-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dda0499-8f5b-4c03-9d47-7bc8043f045b/?format=api"
        },
        {
            "id": "e40bb19f-70f0-49e7-a2fb-527a1560f4cc",
            "gambit_id": "f1279e10-bd9e-4d06-97aa-f284f3e1c47a",
            "last_updated": "2023-05-15T11:37:00.545215-04:00",
            "created_at": "2023-05-14T10:57:07.804821-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dda0499-8f5b-4c03-9d47-7bc8043f045b/?format=api"
        }
    ]
}