GET /api/bet_types/6e1c2775-e6d6-4327-9e62-ca6c517289d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e1c2775-e6d6-4327-9e62-ca6c517289d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4441c1a6-c57d-4d7a-b0c6-09ad333e7623/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:05.929361-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": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "53f8e989-a0e9-47ff-8753-317ec4a9929c",
            "gambit_id": "deb0c6f2-7ae1-4370-8fd7-3f224fe5c202",
            "last_updated": "2023-01-30T17:46:55.640071-05:00",
            "created_at": "2023-01-28T09:42:05.930671-05:00",
            "name": "Game Total Under 230",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e1c2775-e6d6-4327-9e62-ca6c517289d6/?format=api"
        },
        {
            "id": "8d41cdc6-e0ba-4d5b-b442-010049326e54",
            "gambit_id": "831a71e9-31cc-48ed-84fb-3bd63995cd93",
            "last_updated": "2023-01-30T17:46:55.641493-05:00",
            "created_at": "2023-01-28T09:42:05.932123-05:00",
            "name": "Game Total Over 230",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e1c2775-e6d6-4327-9e62-ca6c517289d6/?format=api"
        }
    ]
}