GET /api/bet_types/03da1294-6408-48a9-9778-154f2bd6d853/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03da1294-6408-48a9-9778-154f2bd6d853",
    "match": "https://api-prod.gambitprofit.com/api/matches/34316ad9-a5d7-4f9b-ab9a-df92500eb3a7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:07:00.570526-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e755839-f476-45e1-8b8d-089d24aa147c",
            "gambit_id": "bab2147a-d529-45c2-9878-e7ef96561271",
            "last_updated": "2023-03-29T10:21:59.464309-04:00",
            "created_at": "2023-03-28T10:07:00.573434-04:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03da1294-6408-48a9-9778-154f2bd6d853/?format=api"
        },
        {
            "id": "4b5bf07d-b853-481d-857d-db3738e838fb",
            "gambit_id": "5e7e2f04-b5f6-4b67-b354-0aad7b313fd1",
            "last_updated": "2023-03-29T10:21:59.466172-04:00",
            "created_at": "2023-03-28T10:07:00.576585-04:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03da1294-6408-48a9-9778-154f2bd6d853/?format=api"
        }
    ]
}