GET /api/bet_types/f87ad816-5b6a-49d7-99d0-6c3a5d79775e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f87ad816-5b6a-49d7-99d0-6c3a5d79775e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a13857f2-bae8-48c8-b63e-79c0825911b8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:18.889508-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "df57335f-02a0-4f5b-b8e6-e10b2d0ec377",
            "gambit_id": "fc9120c0-2582-426a-83ce-8c37fcd3bfde",
            "last_updated": "2023-03-17T13:31:50.603447-04:00",
            "created_at": "2023-03-16T17:37:18.894444-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f87ad816-5b6a-49d7-99d0-6c3a5d79775e/?format=api"
        },
        {
            "id": "826b9112-7ffb-4b43-99f2-2c3886d121d4",
            "gambit_id": "77235ef8-42ae-48a5-868b-76ab20c292bb",
            "last_updated": "2023-03-17T13:31:50.602325-04:00",
            "created_at": "2023-03-16T17:37:18.891911-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f87ad816-5b6a-49d7-99d0-6c3a5d79775e/?format=api"
        }
    ]
}