GET /api/bet_types/19593a94-0038-4529-8346-5ca853a8871f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19593a94-0038-4529-8346-5ca853a8871f",
    "match": "https://api-prod.gambitprofit.com/api/matches/203c4844-d0f2-48c8-8027-8d9c1adb78aa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T08:57:10.406153-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8300cd4c-0f9d-461c-9f7e-022ff3a3729d",
            "gambit_id": "a2fa7369-b9ea-488c-8be8-c208ef853e3b",
            "last_updated": "2023-04-13T10:57:14.600941-04:00",
            "created_at": "2023-04-12T08:57:10.408890-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19593a94-0038-4529-8346-5ca853a8871f/?format=api"
        },
        {
            "id": "b529e0a2-bea7-4bfb-86bb-0e3e5811a064",
            "gambit_id": "3ba81a82-cdca-48ef-b580-b63b562418f0",
            "last_updated": "2023-04-13T10:57:14.602255-04:00",
            "created_at": "2023-04-12T08:57:10.412258-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19593a94-0038-4529-8346-5ca853a8871f/?format=api"
        }
    ]
}