GET /api/bet_types/30a6d6bc-360d-4020-9829-f089c1fcf189/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30a6d6bc-360d-4020-9829-f089c1fcf189",
    "match": "https://api-prod.gambitprofit.com/api/matches/69eff81b-5d29-4ae8-ac1d-fbc943535edb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:33:12.655668-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": "Total Rounds Over 1.5",
                "amount": 6792.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 3208.0
            }
        ],
        "expected_reward_tokens": 9303.2,
        "profit_sb": -196.8,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "9747d1a6-07d0-4e9e-9c98-4d78d443e89f",
            "gambit_id": "03ac6b89-0039-494a-bcfe-74bdb84d11cc",
            "last_updated": "2023-12-05T21:28:20.724815-05:00",
            "created_at": "2023-12-01T19:33:12.659642-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a6d6bc-360d-4020-9829-f089c1fcf189/?format=api"
        },
        {
            "id": "d17a3786-1012-4df2-a40b-df0d7b221264",
            "gambit_id": "a65f6271-699e-4a6c-851a-7a0541d6f89c",
            "last_updated": "2023-12-05T21:28:20.728266-05:00",
            "created_at": "2023-12-01T19:33:12.664040-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a6d6bc-360d-4020-9829-f089c1fcf189/?format=api"
        }
    ]
}