GET /api/bet_types/0861c886-dc6e-4fa1-8936-08bc054a8a33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0861c886-dc6e-4fa1-8936-08bc054a8a33",
    "match": "https://api-prod.gambitprofit.com/api/matches/627ae23f-b9d1-4b9d-a818-4f1081b11259/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-03T09:27:59.684014-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 7.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "73b0c48e-121c-4215-8dbe-efb6bc3b3d52",
            "gambit_id": "4b180750-1155-40b2-8eb6-0ba538f42aaa",
            "last_updated": "2023-10-04T10:03:19.820556-04:00",
            "created_at": "2023-10-03T09:27:59.695535-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0861c886-dc6e-4fa1-8936-08bc054a8a33/?format=api"
        },
        {
            "id": "3b4db09c-d321-4fe2-a1ff-381deaee7c89",
            "gambit_id": "1cfddc48-6548-415c-b969-80e88b55d95f",
            "last_updated": "2023-10-04T10:03:19.817162-04:00",
            "created_at": "2023-10-03T09:27:59.689317-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0861c886-dc6e-4fa1-8936-08bc054a8a33/?format=api"
        }
    ]
}