GET /api/bet_types/7c006e7c-3b2a-4422-8cb7-8b24737ad82a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c006e7c-3b2a-4422-8cb7-8b24737ad82a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fa1f40f-be39-4d15-bdb4-d175faf9055b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T11:43:23.309522-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 37",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 37",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b024f115-8906-4c30-b502-9a0de95b748b",
            "gambit_id": "ed835308-88ad-4d11-98a2-cb7031ad711d",
            "last_updated": "2023-08-14T11:18:18.354291-04:00",
            "created_at": "2023-08-11T11:43:23.316677-04:00",
            "name": "Game Total Over 37",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c006e7c-3b2a-4422-8cb7-8b24737ad82a/?format=api"
        },
        {
            "id": "0a9956a0-9749-46b5-83c2-cc183a4cbac5",
            "gambit_id": "2ec10eca-14dc-4e92-8a81-f757aac662b2",
            "last_updated": "2023-08-14T11:18:18.357616-04:00",
            "created_at": "2023-08-11T11:43:23.321410-04:00",
            "name": "Game Total Under 37",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c006e7c-3b2a-4422-8cb7-8b24737ad82a/?format=api"
        }
    ]
}