GET /api/bet_types/f24b78d1-84dc-4292-93eb-be8282f31c64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f24b78d1-84dc-4292-93eb-be8282f31c64",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d43fc76-38dc-4bfe-a9de-1029d062a0cb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-04T12:16:52.659060-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "95e4f64a-f458-4f1f-a17a-12a2d62ebc1d",
            "gambit_id": "69b42ab2-8215-4607-9e71-d1db930ecec4",
            "last_updated": "2023-06-05T10:57:26.523990-04:00",
            "created_at": "2023-06-04T12:16:52.661389-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f24b78d1-84dc-4292-93eb-be8282f31c64/?format=api"
        },
        {
            "id": "d0283a25-5f90-47f2-91c3-a0c279103c47",
            "gambit_id": "503da6d4-cb1c-4fab-af29-1cd000163505",
            "last_updated": "2023-06-05T10:57:26.526253-04:00",
            "created_at": "2023-06-04T12:16:52.663757-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f24b78d1-84dc-4292-93eb-be8282f31c64/?format=api"
        }
    ]
}