GET /api/bet_types/04b8d085-5e89-47a5-8eb5-26a9d1a8fbdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04b8d085-5e89-47a5-8eb5-26a9d1a8fbdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e85bcd1-09f3-4dbe-88e3-fd91dd3edf6b/?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 Over 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "d251c36a-05e7-4943-8751-8b6140b84506",
            "gambit_id": "27c6df82-73f7-4024-ba66-0189b1803193",
            "last_updated": "2022-09-04T17:02:24.737371-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04b8d085-5e89-47a5-8eb5-26a9d1a8fbdf/?format=api"
        },
        {
            "id": "4ef3dbad-2cf3-476d-b96c-6cfaeb954f4b",
            "gambit_id": "4ec7b292-033e-45fd-b9d8-b1d50147c458",
            "last_updated": "2022-09-04T17:02:24.736381-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04b8d085-5e89-47a5-8eb5-26a9d1a8fbdf/?format=api"
        }
    ]
}