GET /api/bet_types/5e64175b-684f-448e-a2b2-8c6b341c060f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e64175b-684f-448e-a2b2-8c6b341c060f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f71ac37-6091-4944-b150-b97536d736bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-07T11:57:07.643704-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "71bfc743-f140-4103-80cc-33b2fb58b594",
            "gambit_id": "9d6d7af5-b09a-4893-b9a3-3ab25bf48dab",
            "last_updated": "2023-05-08T11:47:06.197046-04:00",
            "created_at": "2023-05-07T11:57:07.651691-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e64175b-684f-448e-a2b2-8c6b341c060f/?format=api"
        },
        {
            "id": "2cf37002-8357-4fd6-b360-dfa9c5cd9237",
            "gambit_id": "dd25f9f5-9f45-47de-b008-ba243c14a7b9",
            "last_updated": "2023-05-08T11:47:06.195587-04:00",
            "created_at": "2023-05-07T11:57:07.645387-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e64175b-684f-448e-a2b2-8c6b341c060f/?format=api"
        }
    ]
}