GET /api/bet_types/89ec1f16-b3d5-4f88-bf33-91e000b31da0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89ec1f16-b3d5-4f88-bf33-91e000b31da0",
    "match": "https://api-prod.gambitprofit.com/api/matches/4877a0b9-504d-4d8f-b44d-01d4dfa48b2a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-01T09:26:47.296579-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": "Game Total Under 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "660313ac-657c-49d3-ab40-44d0cd2cdfbd",
            "gambit_id": "2b384a1c-5adc-4e90-b8fa-b5c18cee9dc5",
            "last_updated": "2023-02-02T10:32:06.806207-05:00",
            "created_at": "2023-02-01T09:26:47.297955-05:00",
            "name": "Game Total Under 230",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ec1f16-b3d5-4f88-bf33-91e000b31da0/?format=api"
        },
        {
            "id": "406ea5b4-cf02-4a31-82d5-921681f73ae5",
            "gambit_id": "7aa54e76-6925-4201-8646-2adb84ee9412",
            "last_updated": "2023-02-02T10:32:06.807320-05:00",
            "created_at": "2023-02-01T09:26:47.299319-05:00",
            "name": "Game Total Over 230",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ec1f16-b3d5-4f88-bf33-91e000b31da0/?format=api"
        }
    ]
}