GET /api/bet_types/5bdb64ea-f038-4ff5-80e4-e0263aa9a0e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bdb64ea-f038-4ff5-80e4-e0263aa9a0e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/75803f57-77a8-4949-b2e7-ad2dbcc5bc83/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-09T09:48:14.065499-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c89728fd-52d7-4cba-a92e-dfa244ae6ced",
            "gambit_id": "a0e85dc4-7ae5-41c1-b19c-8a66ac548ecf",
            "last_updated": "2023-06-11T10:23:02.428538-04:00",
            "created_at": "2023-06-09T09:48:14.071897-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bdb64ea-f038-4ff5-80e4-e0263aa9a0e8/?format=api"
        },
        {
            "id": "6f7bcae6-87bd-469d-93d5-f7303fc3012a",
            "gambit_id": "383feec8-faf7-4921-b798-d2b3af7f0629",
            "last_updated": "2023-06-11T10:23:02.427079-04:00",
            "created_at": "2023-06-09T09:48:14.068114-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bdb64ea-f038-4ff5-80e4-e0263aa9a0e8/?format=api"
        }
    ]
}