GET /api/bet_types/c929690b-b769-4142-8ac9-ca80c455a00a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c929690b-b769-4142-8ac9-ca80c455a00a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6ac1107-5d81-4de4-ad25-c0fd1b428ab9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-19T08:53:02.186465-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb70869c-c1c9-4a45-94b5-2bfc6fc7d48d",
            "gambit_id": "9497e135-a541-43f3-8239-a512f2d1ece4",
            "last_updated": "2023-12-21T10:13:18.149801-05:00",
            "created_at": "2023-12-19T08:53:02.210140-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c929690b-b769-4142-8ac9-ca80c455a00a/?format=api"
        },
        {
            "id": "ea6d4c63-c87d-4ab5-a367-6928a0b8c724",
            "gambit_id": "391e3b2b-8f51-49ae-8171-2104cee3d632",
            "last_updated": "2023-12-21T10:13:18.146263-05:00",
            "created_at": "2023-12-19T08:53:02.191038-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c929690b-b769-4142-8ac9-ca80c455a00a/?format=api"
        }
    ]
}