GET /api/bet_types/3a2825d7-6e92-42ee-ae9a-4ae106996cc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a2825d7-6e92-42ee-ae9a-4ae106996cc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/48f1c809-5a66-4834-8856-de3cba5d63bb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:06.786457-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 Over 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b85bfcd4-f678-496d-b321-5f05cdcfe129",
            "gambit_id": "d6249a14-24c3-4d71-b9f8-1c78fe6bb51d",
            "last_updated": "2023-11-13T15:03:30.876641-05:00",
            "created_at": "2023-11-11T08:53:06.790728-05:00",
            "name": "Game Total Over 223",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a2825d7-6e92-42ee-ae9a-4ae106996cc0/?format=api"
        },
        {
            "id": "5cdd52ef-878e-4823-8225-be622beb0ae2",
            "gambit_id": "22555282-5908-41f5-b302-6d358d546694",
            "last_updated": "2023-11-13T15:03:30.880031-05:00",
            "created_at": "2023-11-11T08:53:06.794559-05:00",
            "name": "Game Total Under 223",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a2825d7-6e92-42ee-ae9a-4ae106996cc0/?format=api"
        }
    ]
}