GET /api/bet_types/e25f0dbc-0da5-463e-8800-fa3b9b7b3db9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e25f0dbc-0da5-463e-8800-fa3b9b7b3db9",
    "match": "https://api-prod.gambitprofit.com/api/matches/67d34665-7bf1-491b-a1bc-f4c39f0f5933/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:11.329215-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 Over 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c01ff9ff-1ffd-467d-818e-4e4d3b752d46",
            "gambit_id": "29e5c4ce-3709-4506-bef6-689c52aed870",
            "last_updated": "2024-02-07T01:53:02.821095-05:00",
            "created_at": "2024-02-06T09:08:11.333109-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e25f0dbc-0da5-463e-8800-fa3b9b7b3db9/?format=api"
        },
        {
            "id": "9ff5964a-b7c0-4f07-8722-f7cbcf1a9b8a",
            "gambit_id": "6046a71b-0db8-4d69-813a-37bbc03ee80d",
            "last_updated": "2024-02-07T01:53:02.824213-05:00",
            "created_at": "2024-02-06T09:08:11.337709-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e25f0dbc-0da5-463e-8800-fa3b9b7b3db9/?format=api"
        }
    ]
}