GET /api/bet_types/c674f70a-5f1a-4fe7-b7cb-56734e184ede/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c674f70a-5f1a-4fe7-b7cb-56734e184ede",
    "match": "https://api-prod.gambitprofit.com/api/matches/414f16bc-2d9d-4564-a674-fdbf6dc09131/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:49.910922-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 241.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 241.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "448e890b-9f26-4bb9-8f5a-e8f8d5a37707",
            "gambit_id": "489bd171-bf91-4f2e-9eb4-7d94e3c9c8a4",
            "last_updated": "2023-04-01T10:17:07.844345-04:00",
            "created_at": "2023-03-31T09:56:49.915092-04:00",
            "name": "Game Total Over 241.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c674f70a-5f1a-4fe7-b7cb-56734e184ede/?format=api"
        },
        {
            "id": "c0e34916-dbb0-460c-b6ac-4dbb510ac569",
            "gambit_id": "1d43756f-0b90-4ec8-831b-07f7da50506c",
            "last_updated": "2023-04-01T10:17:07.842730-04:00",
            "created_at": "2023-03-31T09:56:49.913041-04:00",
            "name": "Game Total Under 241.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c674f70a-5f1a-4fe7-b7cb-56734e184ede/?format=api"
        }
    ]
}