GET /api/bet_types/319ff6fd-da96-4731-a619-c6c3c2c7efd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "319ff6fd-da96-4731-a619-c6c3c2c7efd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c7ebcf7-6c1b-440e-85f1-d6cc5457700e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:57.512505-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 5.5",
                "amount": 5292.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "d56d82e1-d0a5-4a70-b9ab-2b3d77c512fe",
            "gambit_id": "ccd457c4-f7d6-4960-9885-0961888e27ed",
            "last_updated": "2023-01-16T10:07:23.357145-05:00",
            "created_at": "2023-01-14T08:26:57.519846-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/319ff6fd-da96-4731-a619-c6c3c2c7efd6/?format=api"
        },
        {
            "id": "ee975942-fdba-4ff7-a079-a64d597c6897",
            "gambit_id": "69bd4818-b5de-4ef4-b247-2fc476e2c54b",
            "last_updated": "2023-01-16T10:07:23.354203-05:00",
            "created_at": "2023-01-14T08:26:57.516528-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/319ff6fd-da96-4731-a619-c6c3c2c7efd6/?format=api"
        }
    ]
}