GET /api/bet_types/27d58a30-37fa-4185-8966-7bd89ad887d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27d58a30-37fa-4185-8966-7bd89ad887d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d466f904-ef81-4c86-882d-901f1f653acb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-01T09:22:01.962566-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 41",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 41",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "dfe379e4-ea42-479c-9214-c28d23f4e995",
            "gambit_id": "605675d0-f5d8-42cf-b0a1-bd26fd7c050f",
            "last_updated": "2023-01-02T12:47:01.035442-05:00",
            "created_at": "2023-01-01T09:22:01.964940-05:00",
            "name": "Game Total Over 41",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d58a30-37fa-4185-8966-7bd89ad887d4/?format=api"
        },
        {
            "id": "db7658e6-4902-4817-ac66-295f82b172d6",
            "gambit_id": "478bd39a-7fd6-49ae-9aff-b646bada2dde",
            "last_updated": "2023-01-02T12:47:01.034311-05:00",
            "created_at": "2023-01-01T09:22:01.963724-05:00",
            "name": "Game Total Under 41",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d58a30-37fa-4185-8966-7bd89ad887d4/?format=api"
        }
    ]
}