GET /api/bet_types/02248489-05cf-47eb-9cdd-23366ff31e15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02248489-05cf-47eb-9cdd-23366ff31e15",
    "match": "https://api-prod.gambitprofit.com/api/matches/cab82922-c227-417d-be57-5f6863887280/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T23:07:14.525063-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 138",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 138",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "56c2de48-b197-4124-8ea4-cdee14fcfe6f",
            "gambit_id": "167c9eae-8f0a-4078-8d05-9b88366209a0",
            "last_updated": "2023-03-19T16:42:15.667108-04:00",
            "created_at": "2023-03-17T23:07:14.528062-04:00",
            "name": "Game Total Under 138",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "138.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02248489-05cf-47eb-9cdd-23366ff31e15/?format=api"
        },
        {
            "id": "67181dd6-fe71-42f2-a3f6-70221e64f050",
            "gambit_id": "994b30f2-1e9c-46ae-85f1-04183be4a006",
            "last_updated": "2023-03-19T16:42:15.668559-04:00",
            "created_at": "2023-03-17T23:07:14.531423-04:00",
            "name": "Game Total Over 138",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "138.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02248489-05cf-47eb-9cdd-23366ff31e15/?format=api"
        }
    ]
}