GET /api/bet_types/88d6bc43-2c92-4106-b56a-8070acd4d25e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88d6bc43-2c92-4106-b56a-8070acd4d25e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2e1f27c-3975-4d44-ad9c-5f4b65a018bb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-22T17:01:57.071004-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 Over 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "38bd1aa0-a61c-4a2a-ba19-239161a0c89e",
            "gambit_id": "e6dc3ee5-c51e-4db5-87eb-d1e0d4ca3854",
            "last_updated": "2023-03-23T17:52:13.355973-04:00",
            "created_at": "2023-03-22T17:01:57.077096-04:00",
            "name": "Game Total Over 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88d6bc43-2c92-4106-b56a-8070acd4d25e/?format=api"
        },
        {
            "id": "c588e644-ff8e-4ce9-9749-0c5a4199d13e",
            "gambit_id": "54ea2226-833b-49fb-9fc2-6f7f6a19c424",
            "last_updated": "2023-03-23T17:52:13.353484-04:00",
            "created_at": "2023-03-22T17:01:57.074229-04:00",
            "name": "Game Total Under 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88d6bc43-2c92-4106-b56a-8070acd4d25e/?format=api"
        }
    ]
}