GET /api/bet_types/f9df3c67-9315-4517-ba30-436c7b97ad63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9df3c67-9315-4517-ba30-436c7b97ad63",
    "match": "https://api-prod.gambitprofit.com/api/matches/27afb5e9-f307-4816-8a83-f23e9f0100ae/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 7",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "3da508e2-0cbd-49aa-8b27-3302c463e97f",
            "gambit_id": "84291bd4-f76c-43e5-a017-97d074373ac8",
            "last_updated": "2022-09-05T13:47:15.154578-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9df3c67-9315-4517-ba30-436c7b97ad63/?format=api"
        },
        {
            "id": "5070506f-d7ad-42b2-8df4-f882e9685ddb",
            "gambit_id": "4eef63da-666d-454d-8486-e88c15c22050",
            "last_updated": "2022-09-05T13:47:15.155712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9df3c67-9315-4517-ba30-436c7b97ad63/?format=api"
        }
    ]
}