GET /api/bet_types/e8b894d9-582e-47b2-9154-7133f5b66246/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8b894d9-582e-47b2-9154-7133f5b66246",
    "match": "https://api-prod.gambitprofit.com/api/matches/10678c9c-6939-4dcf-a015-95b2f034c155/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-06T09:23:23.651833-05: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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5c26485-ad69-4fec-b297-eb8134c4fe67",
            "gambit_id": "ac681bb6-ebd4-48be-bcfd-21deb63a4882",
            "last_updated": "2024-01-09T10:18:18.043526-05:00",
            "created_at": "2024-01-06T09:23:23.661666-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b894d9-582e-47b2-9154-7133f5b66246/?format=api"
        },
        {
            "id": "c218d18f-ad9a-4d99-81fc-3677aa36dae8",
            "gambit_id": "50a606a3-de7d-4568-b2d7-976dc6e7c228",
            "last_updated": "2024-01-09T10:18:18.040110-05:00",
            "created_at": "2024-01-06T09:23:23.656541-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b894d9-582e-47b2-9154-7133f5b66246/?format=api"
        }
    ]
}