GET /api/bet_types/c345dd1c-eddb-433d-9b80-0e8b7a51e821/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c345dd1c-eddb-433d-9b80-0e8b7a51e821",
    "match": "https://api-prod.gambitprofit.com/api/matches/119b0b91-e5f2-40ad-bd47-adc4efa00058/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:07.824779-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": "0c78c9ee-ddb1-4087-842c-29cd74633010",
            "gambit_id": "bea9216a-6305-4b87-8c41-658a7f91905c",
            "last_updated": "2023-05-04T11:06:52.207700-04:00",
            "created_at": "2023-05-03T12:12:07.828098-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/c345dd1c-eddb-433d-9b80-0e8b7a51e821/?format=api"
        },
        {
            "id": "4be92e3b-7405-49c8-93ee-412d1c323f4a",
            "gambit_id": "e63e5c16-924b-498e-b41f-7363825d7aae",
            "last_updated": "2023-05-04T11:06:52.206425-04:00",
            "created_at": "2023-05-03T12:12:07.826574-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/c345dd1c-eddb-433d-9b80-0e8b7a51e821/?format=api"
        }
    ]
}