GET /api/bet_types/3819503e-f478-4b83-9fc2-b945b93be2f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3819503e-f478-4b83-9fc2-b945b93be2f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/384bcd4d-1da9-4890-91f5-e27409dd2d6e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T09:58:12.147894-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": "4678ce88-5faf-4102-9b27-2051d0364b05",
            "gambit_id": "8c88b334-37d8-43bd-a2d9-07d632fd5335",
            "last_updated": "2023-08-29T09:13:27.851333-04:00",
            "created_at": "2023-08-27T09:58:12.152148-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/3819503e-f478-4b83-9fc2-b945b93be2f1/?format=api"
        },
        {
            "id": "d12df972-20eb-4b98-9bdf-a68cc4f4203d",
            "gambit_id": "201b182d-21e2-4be1-a411-2cf1f8082a79",
            "last_updated": "2023-08-29T09:13:27.854731-04:00",
            "created_at": "2023-08-27T09:58:12.156337-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/3819503e-f478-4b83-9fc2-b945b93be2f1/?format=api"
        }
    ]
}