GET /api/bet_types/38f59170-28cd-43b0-8fe3-c90045088ba9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38f59170-28cd-43b0-8fe3-c90045088ba9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3bfb4bf-d2b8-4fc8-8187-6004972fb2d4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-18T09:43:11.387910-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": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "81656ace-471f-4a30-8251-a5679e9844ab",
            "gambit_id": "6102e99c-86cf-4520-9ac5-6c0744722cab",
            "last_updated": "2023-06-19T17:08:23.121874-04:00",
            "created_at": "2023-06-18T09:43:11.392994-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/38f59170-28cd-43b0-8fe3-c90045088ba9/?format=api"
        },
        {
            "id": "f56f0d26-a20d-4037-92b5-eff699aa31b0",
            "gambit_id": "e993c22c-f5f7-42aa-9db3-e595af5ef5f8",
            "last_updated": "2023-06-19T17:08:23.120182-04:00",
            "created_at": "2023-06-18T09:43:11.390408-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f59170-28cd-43b0-8fe3-c90045088ba9/?format=api"
        }
    ]
}