GET /api/bet_types/e76193ad-5316-4b20-a7b1-5f6c6d8a64fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e76193ad-5316-4b20-a7b1-5f6c6d8a64fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd771eb1-f6ad-4031-9d44-736a9a2ba71e/?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 Under 55",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 55",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2723c51a-5849-41ca-8203-c91b286cc8b4",
            "gambit_id": "3a752ecc-2061-4b2b-9aae-e96af81d5305",
            "last_updated": "2022-11-23T09:47:23.167498-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e76193ad-5316-4b20-a7b1-5f6c6d8a64fe/?format=api"
        },
        {
            "id": "dd98250e-9145-4a8b-912c-32870d2cbf48",
            "gambit_id": "74b58380-d6d2-4246-b1c1-8f896a71e1db",
            "last_updated": "2022-11-23T09:47:23.168540-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e76193ad-5316-4b20-a7b1-5f6c6d8a64fe/?format=api"
        }
    ]
}