GET /api/bet_types/982e5002-6e4f-41ed-b8f0-a3b1e410cb05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "982e5002-6e4f-41ed-b8f0-a3b1e410cb05",
    "match": "https://api-prod.gambitprofit.com/api/matches/43187b6b-36b3-4193-8819-c805d9a91e07/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:10.729502-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 Under 146.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 146.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9069fb3-d107-4d5d-ba97-4c39bde1926d",
            "gambit_id": "736bdef1-9f93-4609-bc1d-6a332a2e0e44",
            "last_updated": "2023-03-17T10:42:25.731746-04:00",
            "created_at": "2023-03-14T19:52:10.730944-04:00",
            "name": "Game Total Under 146.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "146.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/982e5002-6e4f-41ed-b8f0-a3b1e410cb05/?format=api"
        },
        {
            "id": "8787ba56-a3bc-46d9-bce4-5631c1863591",
            "gambit_id": "d86c0919-19f6-4a47-a618-d14464b3bb35",
            "last_updated": "2023-03-17T10:42:25.733080-04:00",
            "created_at": "2023-03-14T19:52:10.732357-04:00",
            "name": "Game Total Over 146.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "146.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/982e5002-6e4f-41ed-b8f0-a3b1e410cb05/?format=api"
        }
    ]
}