GET /api/bet_types/aedd235d-8994-4fc4-907e-b6b4ec5b9441/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aedd235d-8994-4fc4-907e-b6b4ec5b9441",
    "match": "https://api-prod.gambitprofit.com/api/matches/39a491ef-c02f-48db-a3ca-8ef60c5bd627/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-28T09:08:08.354094-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 Under 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebb6a4c0-cc1e-4ac7-b7c5-23257b746746",
            "gambit_id": "79a0da69-5db4-402a-8f82-c7ed7db35b07",
            "last_updated": "2023-10-30T14:48:10.851445-04:00",
            "created_at": "2023-10-28T09:08:08.362328-04:00",
            "name": "Game Total Under 229",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedd235d-8994-4fc4-907e-b6b4ec5b9441/?format=api"
        },
        {
            "id": "20630483-5e82-476a-900e-60d1d63173fa",
            "gambit_id": "2e94845b-0d88-44c4-ad71-7c908fe38300",
            "last_updated": "2023-10-30T14:48:10.854731-04:00",
            "created_at": "2023-10-28T09:08:08.357966-04:00",
            "name": "Game Total Over 229",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedd235d-8994-4fc4-907e-b6b4ec5b9441/?format=api"
        }
    ]
}