GET /api/bet_types/a16e3a22-d160-421c-b26b-1ad5ea6a9cea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a16e3a22-d160-421c-b26b-1ad5ea6a9cea",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e95df7e-f1f3-4e4d-a07f-2e75ffbcec58/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-22T08:23:02.047749-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1282f0ee-6392-4fa9-a8fd-6d137ce176df",
            "gambit_id": "00d50708-8bec-4152-8cdd-4ad1728264ce",
            "last_updated": "2023-06-23T14:48:07.378334-04:00",
            "created_at": "2023-06-22T08:23:02.053026-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a16e3a22-d160-421c-b26b-1ad5ea6a9cea/?format=api"
        },
        {
            "id": "ab378aa3-e269-409c-a641-1e0decf1a9fb",
            "gambit_id": "afd86778-3c5c-445d-bc4e-6546a004eefc",
            "last_updated": "2023-06-23T14:48:07.374826-04:00",
            "created_at": "2023-06-22T08:23:02.050714-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a16e3a22-d160-421c-b26b-1ad5ea6a9cea/?format=api"
        }
    ]
}