GET /api/bet_types/73af3ceb-5bd3-48a3-9d1e-7f8c364931f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73af3ceb-5bd3-48a3-9d1e-7f8c364931f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d6edd09-cedd-4b83-bd7b-6edf63eee16c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-16T08:22:58.544719-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4791cd36-6bbb-43dc-95dd-66660862c19d",
            "gambit_id": "8cd24204-64e1-43ce-add4-664c5ad1e53f",
            "last_updated": "2023-06-17T15:03:04.237707-04:00",
            "created_at": "2023-06-16T08:22:58.550535-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73af3ceb-5bd3-48a3-9d1e-7f8c364931f4/?format=api"
        },
        {
            "id": "855bba5c-b254-4bd8-b714-d0d497d58593",
            "gambit_id": "0232900e-8f98-48ff-84bd-f1dba87f38c1",
            "last_updated": "2023-06-17T15:03:04.235353-04:00",
            "created_at": "2023-06-16T08:22:58.547669-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73af3ceb-5bd3-48a3-9d1e-7f8c364931f4/?format=api"
        }
    ]
}