GET /api/bet_types/09acc254-dd30-4bf3-a54e-25838baed599/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09acc254-dd30-4bf3-a54e-25838baed599",
    "match": "https://api-prod.gambitprofit.com/api/matches/634220ad-4051-4d95-a044-37322d5dc7c4/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d1f1423-b270-47d7-a246-d7b2245b73af",
            "gambit_id": "5f542a85-5393-473f-85e6-c7f53c3a76a5",
            "last_updated": "2022-12-22T10:37:31.584466-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09acc254-dd30-4bf3-a54e-25838baed599/?format=api"
        },
        {
            "id": "1bb67537-fd51-43d0-9340-e8a70285f938",
            "gambit_id": "d707b6d5-26a6-431c-8100-a4efb76647f8",
            "last_updated": "2022-12-22T10:37:31.585622-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09acc254-dd30-4bf3-a54e-25838baed599/?format=api"
        }
    ]
}