GET /api/bet_types/052120e2-b66c-4637-bb97-b9b875047b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "052120e2-b66c-4637-bb97-b9b875047b3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/18e64f1d-2e40-41a1-b490-e51966772695/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-06T08:43:17.371495-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 Over 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "57bc5bd6-a32f-4ae2-a3b4-13c17f91c880",
            "gambit_id": "4c6f5cf9-0cff-4935-aa5b-02ff18f44e62",
            "last_updated": "2023-07-08T09:42:56.950334-04:00",
            "created_at": "2023-07-06T08:43:17.373516-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/052120e2-b66c-4637-bb97-b9b875047b3f/?format=api"
        },
        {
            "id": "8aad6d80-630f-4e64-af77-1f296ce80f95",
            "gambit_id": "45576f75-85ee-46de-89d0-39ea9b5773ea",
            "last_updated": "2023-07-08T09:42:56.953790-04:00",
            "created_at": "2023-07-06T08:43:17.375628-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/052120e2-b66c-4637-bb97-b9b875047b3f/?format=api"
        }
    ]
}