GET /api/bet_types/1a8c3a00-85ad-4706-b891-b15c300921b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a8c3a00-85ad-4706-b891-b15c300921b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b37ce3ad-4808-463d-9d85-7f9cb25d82d9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:03:06.603172-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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "42da93e7-7ccb-4780-890f-db0690d65c7f",
            "gambit_id": "680f7555-2290-4842-bb07-c9222e3ce594",
            "last_updated": "2023-11-06T21:18:16.847184-05:00",
            "created_at": "2023-11-02T09:03:06.608104-04:00",
            "name": "Game Total Over 42",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a8c3a00-85ad-4706-b891-b15c300921b2/?format=api"
        },
        {
            "id": "9228d1c2-c5ab-4109-91b9-bfb54f793e21",
            "gambit_id": "5bba3ca3-e769-46b5-b986-4b0b2e22500e",
            "last_updated": "2023-11-06T21:18:16.850414-05:00",
            "created_at": "2023-11-02T09:03:06.612394-04:00",
            "name": "Game Total Under 42",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a8c3a00-85ad-4706-b891-b15c300921b2/?format=api"
        }
    ]
}