GET /api/bet_types/36ff9edb-8139-4e16-885c-7678f567a721/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36ff9edb-8139-4e16-885c-7678f567a721",
    "match": "https://api-prod.gambitprofit.com/api/matches/50cf545b-290b-4b3d-8a30-b688e40b8c59/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T09:32:59.912861-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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8b76fa4-d2e4-45df-8bf7-bed4242a112c",
            "gambit_id": "a27b632b-44aa-483a-bb00-42ca8970530c",
            "last_updated": "2023-06-18T10:28:12.337892-04:00",
            "created_at": "2023-06-17T09:32:59.915186-04:00",
            "name": "Game Total Over 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ff9edb-8139-4e16-885c-7678f567a721/?format=api"
        },
        {
            "id": "a788d096-29d8-4513-bf14-3ac6a4bedb88",
            "gambit_id": "c8959b9e-ffac-4a95-8ce1-4e9c699f7c6f",
            "last_updated": "2023-06-18T10:28:12.339256-04:00",
            "created_at": "2023-06-17T09:32:59.917607-04:00",
            "name": "Game Total Under 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ff9edb-8139-4e16-885c-7678f567a721/?format=api"
        }
    ]
}