GET /api/bet_types/30df9a7e-8509-4c1d-a0fc-d616205736c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30df9a7e-8509-4c1d-a0fc-d616205736c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dce9ffe-046c-4893-859d-19127d149327/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-15T08:32:02.135650-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 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "749e134f-4f3e-48ff-9a02-010891148007",
            "gambit_id": "2ee81a1b-37a5-4adf-bc80-7b15b248d281",
            "last_updated": "2023-01-16T10:56:50.978369-05:00",
            "created_at": "2023-01-15T08:32:02.138276-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30df9a7e-8509-4c1d-a0fc-d616205736c1/?format=api"
        },
        {
            "id": "5ed28c1b-c806-4514-87fd-4d17b064133a",
            "gambit_id": "031c9ef2-72e7-4734-960a-cee64492a359",
            "last_updated": "2023-01-16T10:56:50.981616-05:00",
            "created_at": "2023-01-15T08:32:02.140975-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30df9a7e-8509-4c1d-a0fc-d616205736c1/?format=api"
        }
    ]
}