GET /api/bet_types/fee9c3e4-fba7-472d-accb-aeec5bca3ece/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fee9c3e4-fba7-472d-accb-aeec5bca3ece",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb0da0fb-dfb4-4a7c-b0fb-5fbf2f95603e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:17.132274-05: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 6.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "6159fc02-df83-4e40-b5e5-a1dd11ada995",
            "gambit_id": "47147f2f-9951-4a3a-990f-478e867455a7",
            "last_updated": "2023-03-13T13:17:02.554493-04:00",
            "created_at": "2023-03-11T09:32:17.134840-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee9c3e4-fba7-472d-accb-aeec5bca3ece/?format=api"
        },
        {
            "id": "4e6b3946-3c5b-4329-8ba4-455aba751573",
            "gambit_id": "3194a404-3687-42f6-92d1-17242b1bc724",
            "last_updated": "2023-03-13T13:17:02.552349-04:00",
            "created_at": "2023-03-11T09:32:17.133549-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee9c3e4-fba7-472d-accb-aeec5bca3ece/?format=api"
        }
    ]
}