GET /api/bet_types/a097ec6e-b9a9-4efb-8cdf-fcf90e652e9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a097ec6e-b9a9-4efb-8cdf-fcf90e652e9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb5229bc-ca77-4b91-98af-1722a2ba84c1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T12:57:03.732686-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 131",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 131",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c99ead0-9ca3-4792-96e9-a6553ac4137f",
            "gambit_id": "8203b8e7-b266-4782-8e07-28173af5619a",
            "last_updated": "2023-04-04T19:37:08.598893-04:00",
            "created_at": "2023-04-03T12:57:03.738701-04:00",
            "name": "Game Total Under 131",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "131.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a097ec6e-b9a9-4efb-8cdf-fcf90e652e9c/?format=api"
        },
        {
            "id": "d377f00d-bc29-4569-8ecc-29bf5b6e136d",
            "gambit_id": "474250ce-6d10-4b36-acdb-60bac504ecab",
            "last_updated": "2023-04-04T19:37:08.600527-04:00",
            "created_at": "2023-04-03T12:57:03.742852-04:00",
            "name": "Game Total Over 131",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "131.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a097ec6e-b9a9-4efb-8cdf-fcf90e652e9c/?format=api"
        }
    ]
}