GET /api/bet_types/ff3c5bb9-fd3e-4893-a9f7-699b741022b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff3c5bb9-fd3e-4893-a9f7-699b741022b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cf49580-3331-4774-9e3f-42f258a34117/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T15:01:53.740502-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "be83869a-4f91-4768-9503-02075a9b37ff",
            "gambit_id": "7285ebe8-bfb1-48f7-b90b-5a2005ae5741",
            "last_updated": "2023-05-04T11:01:56.848170-04:00",
            "created_at": "2023-05-03T15:01:53.743701-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3c5bb9-fd3e-4893-a9f7-699b741022b5/?format=api"
        },
        {
            "id": "6921281b-f319-4baf-a7b1-2281b2d2ab1d",
            "gambit_id": "3c8390ba-8252-4f50-bbba-637bad417b18",
            "last_updated": "2023-05-04T11:01:56.842007-04:00",
            "created_at": "2023-05-03T15:01:53.742197-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3c5bb9-fd3e-4893-a9f7-699b741022b5/?format=api"
        }
    ]
}