GET /api/bet_types/bdef0df0-b024-4074-899b-4a3cefe3763c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdef0df0-b024-4074-899b-4a3cefe3763c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1cf2bf7-df09-42ef-bd6d-fdea21b50da7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T14:08:06.575353-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": "Total Rounds Over 2.5",
                "amount": 7047.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 2953.0
            }
        ],
        "expected_reward_tokens": 9301.95,
        "profit_sb": -198.05,
        "profit_sb_percentage": -2.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "161b52b2-3eb2-419c-91c8-f40ade50d94c",
            "gambit_id": "5aaf4727-db66-408c-bc83-fefa5fbb8800",
            "last_updated": "2023-08-22T09:32:58.756727-04:00",
            "created_at": "2023-08-19T14:08:06.578974-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdef0df0-b024-4074-899b-4a3cefe3763c/?format=api"
        },
        {
            "id": "7325357a-cd64-4a26-a29d-a5ddbca83c85",
            "gambit_id": "19f847f2-d6c5-435f-9f23-b56674cfbc46",
            "last_updated": "2023-08-22T09:32:58.760026-04:00",
            "created_at": "2023-08-19T14:08:06.583495-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdef0df0-b024-4074-899b-4a3cefe3763c/?format=api"
        }
    ]
}