GET /api/bet_types/3ba0a410-dcee-46e5-8b70-953dce375c1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ba0a410-dcee-46e5-8b70-953dce375c1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/82384003-2771-4538-a69f-0751cbf7104e/?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 Over 47",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a51ddf04-60cb-4a18-b527-53c817efe9e9",
            "gambit_id": "96ca1654-063c-43f1-af04-b5ea4d971cdd",
            "last_updated": "2022-10-21T10:57:29.452123-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ba0a410-dcee-46e5-8b70-953dce375c1b/?format=api"
        },
        {
            "id": "52ecd7de-9ef6-41af-abc3-07e35de9e50a",
            "gambit_id": "691d428e-1ded-4007-9796-bd6c4d937b66",
            "last_updated": "2022-10-21T10:57:29.450940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ba0a410-dcee-46e5-8b70-953dce375c1b/?format=api"
        }
    ]
}