GET /api/bet_types/1b931367-f338-42fe-97a8-2d4578376d53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b931367-f338-42fe-97a8-2d4578376d53",
    "match": "https://api-prod.gambitprofit.com/api/matches/48c815f4-33f1-4aef-bd78-690bbe613638/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T08:58:07.154718-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 12",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 12",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a430289a-af3b-4f8d-aaaf-7b0d162f03c8",
            "gambit_id": "03cda0cf-ecf8-48ee-a4c4-8b27b991346b",
            "last_updated": "2023-07-17T10:08:18.810578-04:00",
            "created_at": "2023-07-15T08:58:07.157461-04:00",
            "name": "Game Total Over 12",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b931367-f338-42fe-97a8-2d4578376d53/?format=api"
        },
        {
            "id": "f24492bb-9ed5-4316-8d55-c48be2670cd3",
            "gambit_id": "a57543f7-6fa6-4b8f-ae13-69b9361e997c",
            "last_updated": "2023-07-17T10:08:18.812089-04:00",
            "created_at": "2023-07-15T08:58:07.156041-04:00",
            "name": "Game Total Under 12",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b931367-f338-42fe-97a8-2d4578376d53/?format=api"
        }
    ]
}